Ported the voronoi benchmark from the JOlden benchmark suite
authorjzhou <jzhou>
Mon, 26 Jul 2010 00:48:27 +0000 (00:48 +0000)
committerjzhou <jzhou>
Mon, 26 Jul 2010 00:48:27 +0000 (00:48 +0000)
commitcc59ff1b634436b3e8c0e08e32e666f88ba47662
treec2a4c6ac2c1b731703e0b3cebbe951d9fd9b78f6
parent44a9b43e3162cdedfda62cbf9e97fa10cb2e7982
Ported the voronoi benchmark from the JOlden benchmark suite
Robust/src/Benchmarks/Scheduling/GC/voronoi/Edge.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/voronoi/EdgePair.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/voronoi/MyDouble.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/voronoi/TestRunner.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/voronoi/Vec2.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/voronoi/Vertex.java [new file with mode: 0644]
Robust/src/Benchmarks/Scheduling/GC/voronoi/VoronoiBench.java [new file with mode: 0644]