Changeset 1118 for DCWoRMS/branches/coolemall/src/simulator
- Timestamp:
- 06/18/13 19:23:24 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/simulator/DataCenterWorkloadSimulator.java
r883 r1118 171 171 for (int i = 0; i < noOfSimulations; ++i) { 172 172 simulationRunNumber++; 173 String simulationIdentifier = "Simulation 173 String simulationIdentifier = "Simulation_" + (i + 1); 174 174 try { 175 175 performSimulation(simulationIdentifier,
Note: See TracChangeset
for help on using the changeset viewer.