Revision 1416,
331 bytes
checked in by wojtekp, 11 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Line | |
---|
1 | package grid; |
---|
2 | import simulator.DataCenterWorkloadSimulator; |
---|
3 | |
---|
4 | |
---|
5 | public 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 | "example/grid/grid.properties" |
---|
15 | }; |
---|
16 | DataCenterWorkloadSimulator.main(args); |
---|
17 | } |
---|
18 | |
---|
19 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.