source: DCWoRMS/branches/coolemall/src/test/drs_tst/recs/RunExperiment.java @ 1120

Revision 1120, 360 bytes checked in by dresiu, 12 years ago (diff)

dresiu init commit

Line 
1package test.drs_tst.recs;
2import simulator.DataCenterWorkloadSimulator;
3
4
5public class RunExperiment {
6       
7        public static void main(String args[]){
8                RunExperiment runner = new RunExperiment();
9                runner.run();
10        }
11       
12        public void run(){
13                String args[] = {
14                                "src/test/drs_tst/recs/experiment1.properties"
15                                };
16                DataCenterWorkloadSimulator.main(args);
17        }
18
19}
Note: See TracBrowser for help on using the repository browser.