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