Change the work load
authorjzhou <jzhou>
Mon, 25 Jul 2011 03:48:39 +0000 (03:48 +0000)
committerjzhou <jzhou>
Mon, 25 Jul 2011 03:48:39 +0000 (03:48 +0000)
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/cachebench/TestRunner.p

index 930394fe8498b3a117821d6e1695d4a831d2affe..962dda0b79d2af5861dff3ef4fdaa4a0b6fc845a 100644 (file)
@@ -93,7 +93,7 @@ public class TestRunner extends Thread {
   void TimeConstruction(int depth) {
     Node    root;
     //long    tStart, tFinish;
-    int  iNumIters = NumIters(depth);
+    int  iNumIters = NumIters(depth)/300;
     Node tempTree;
 
     for (int i = 0; i < iNumIters; ++i) {