changes.
authoryeom <yeom>
Sun, 1 Aug 2010 02:33:30 +0000 (02:33 +0000)
committeryeom <yeom>
Sun, 1 Aug 2010 02:33:30 +0000 (02:33 +0000)
Robust/src/Benchmarks/oooJava/power/Power.java

index 2628ffeb2c11588e9cc10c7e226a2c60f7f1ea56..deab92a3fea3a2cb5e139ec84e3e246273aff9a5 100644 (file)
@@ -43,7 +43,7 @@ public class Power {
                // initial pass
                long start0 = System.currentTimeMillis();
 //             Root r = new Root(10, 20, 5, 10);
-               Root r = new Root(20, 20, 5, 10);
+               Root r = new Root(24, 18, 5, 10);
                long end0 = System.currentTimeMillis();
 
                long start1 = System.currentTimeMillis();