change the work load
authorjzhou <jzhou>
Sat, 23 Jul 2011 00:10:21 +0000 (00:10 +0000)
committerjzhou <jzhou>
Sat, 23 Jul 2011 00:10:21 +0000 (00:10 +0000)
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/RayTracer/TestRunner.p

index 981f0e126d46671dfb063e12c3f2145ab834f186..e0ae3ae06fd3461feb3229f43b7d6eba286b00ba 100644 (file)
@@ -80,7 +80,7 @@ public class TestRunner extends RayTracer {
   }
   public static void main(String[] args) {
     int threadnum = THREADNUM; // 56;
-    int size = 500; //threadnum * 25;
+    int size = 400; //threadnum * 25;
     System.setgcprofileflag();
     Composer comp = new Composer(threadnum, size);
     RayTracer rt = new RayTracer();