make sure that every benchmark of oooJava takes the largest input size by default
authoryeom <yeom>
Mon, 25 Oct 2010 23:56:16 +0000 (23:56 +0000)
committeryeom <yeom>
Mon, 25 Oct 2010 23:56:16 +0000 (23:56 +0000)
Robust/src/Benchmarks/oooJava/monte/JGFMonteCarloBench.java

index c2f813daf286a2288c14792c2bac0ad0d8d343f6..40c2a350a37bd64939c7829c991070aaedfd37f5 100644 (file)
@@ -54,7 +54,7 @@ public class JGFMonteCarloBench extends CallAppDemo {
   public static void main(String argv[]) {
 
     JGFMonteCarloBench mc = new JGFMonteCarloBench();
-    int size=0;
+    int size=1;
     int workload=100;
     if(argv.length>0){
       size=Integer.parseInt(argv[0]);