minor changes of Benchmarks
authorjzhou <jzhou>
Tue, 24 Feb 2009 00:42:02 +0000 (00:42 +0000)
committerjzhou <jzhou>
Tue, 24 Feb 2009 00:42:02 +0000 (00:42 +0000)
Robust/src/Benchmarks/Scheduling/Fractal/Fractal.java
Robust/src/Benchmarks/Scheduling/JGFMonteCarlo/JGFMonteCarloBench.java

index dc5071cd5d18d0dca2ec96c4896feb453089a1e2..744fdbcdc9db05616703a3a3bd21d6ce2ee9e03e 100644 (file)
@@ -176,4 +176,4 @@ public class Image {
        }
        return isFinish;
     }
-}
\ No newline at end of file
+}
index 52d2597526601e9882796840077a9d6545c5c220..b4d71b64111748b07d9901acde0bd12b9f65562e 100644 (file)
@@ -60,8 +60,8 @@ task t3(AppDemo ad{merge}, AppDemoRunner adr{turnin}) {
     taskexit(adr{!turnin});
 }
 
-task t5(AppDemo ad{validate}) {
-    //System.printString("task t5\n");
+task t4(AppDemo ad{validate}) {
+    //System.printString("task t4\n");
     float refval = (float)(-0.0333976656762814);
     float dev = Math.abs(ad.JGFavgExpectedReturnRateMC - refval);
     if (dev > 1.0e-12 ){