Configure the workloads of the benchmarks and the size of the shared heap to increase...
[IRC.git] / Robust / src / Benchmarks / Scheduling / GC / Fibheaps / TestRunner.java
index eec6f631f7f6df468cb650217858eb354f6f7bb2..bd096662ec0105d26ac6212d051003e3496d6b0f 100644 (file)
@@ -7,7 +7,7 @@ public class TestRunner {
   
   public void run() {
     // generate test data
-    int iter = 1000; //200;
+    int iter = 1200; //200;
     int seed = 1967;
     //Vector testdata = new Vector(iter);
     FibHeap fh = new FibHeap();