Skip to content

Commit a50db9d

Browse files
committed
debugging
1 parent 34ac494 commit a50db9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/energy_consumption/EnergyConsumptionTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ class EnergyAPICheckTestWMS : public wrench::ExecutionController {
610610
throw std::runtime_error("Shouldn't be able to get list of pstate for a bogus host");
611611
} catch (std::invalid_argument &ignore) {}
612612

613-
// wrench::Simulation::sleep(10);
613+
wrench::Simulation::sleep(10);
614614
std::cerr << "GOT LIST OF PSTATES\n";
615615

616616
std::vector<int> list_of_pstates = wrench::Simulation::getListOfPstates(simulation_hosts[1]);

0 commit comments

Comments
 (0)