source:
DCWoRMS/branches/coolemall/example/experiment8/RunExperiment.java
@
883
Revision 883, 353 bytes checked in by wojtekp, 12 years ago (diff) |
---|
Line | |
---|---|
1 | package experiment8; |
2 | |
3 | import simulator.DataCenterWorkloadSimulator; |
4 | |
5 | |
6 | public class RunExperiment { |
7 | |
8 | public static void main(String args[]){ |
9 | RunExperiment runner = new RunExperiment(); |
10 | runner.run(); |
11 | } |
12 | |
13 | public void run(){ |
14 | String args[] = { |
15 | "example/experiment8/experiment8.properties" |
16 | }; |
17 | DataCenterWorkloadSimulator.main(args); |
18 | } |
19 | |
20 | } |
Note: See TracBrowser
for help on using the repository browser.