Revision 477,
363 bytes
checked in by wojtekp, 13 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Line | |
---|
1 | package workgen; |
---|
2 | |
---|
3 | import simulator.workload.generator.WorkloadGenerator; |
---|
4 | |
---|
5 | |
---|
6 | public class RunWorkloadGenerator { |
---|
7 | |
---|
8 | public static void main(String args[]){ |
---|
9 | RunWorkloadGenerator runner = new RunWorkloadGenerator(); |
---|
10 | runner.run(); |
---|
11 | } |
---|
12 | |
---|
13 | public void run(){ |
---|
14 | String args[] = { |
---|
15 | "example/workgen/generator.properties" |
---|
16 | }; |
---|
17 | WorkloadGenerator.main(args); |
---|
18 | } |
---|
19 | |
---|
20 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.