1819202122232425
this.world = world; setFormat(ResultFormat.MILLISECONDS); } public static void main(String[] args) { BroadphasePerformanceTest benchmark = new BroadphasePerformanceTest(10, new PistonWorld()); benchmark.go(); }
1516171819202122
super(NUM_TESTS, iters, 300); this.world = world; } public static void main(String[] args) { SettingsPerformanceTest benchmark = new SettingsPerformanceTest(10, new PistonWorld()); benchmark.go(); }