From: jzhou Date: Tue, 24 Feb 2009 00:42:02 +0000 (+0000) Subject: minor changes of Benchmarks X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=82435e4fc32f74cfab9cde13a1cf29ae7205ff91;p=IRC.git minor changes of Benchmarks --- diff --git a/Robust/src/Benchmarks/Scheduling/Fractal/Fractal.java b/Robust/src/Benchmarks/Scheduling/Fractal/Fractal.java index dc5071cd..744fdbcd 100644 --- a/Robust/src/Benchmarks/Scheduling/Fractal/Fractal.java +++ b/Robust/src/Benchmarks/Scheduling/Fractal/Fractal.java @@ -176,4 +176,4 @@ public class Image { } return isFinish; } -} \ No newline at end of file +} diff --git a/Robust/src/Benchmarks/Scheduling/JGFMonteCarlo/JGFMonteCarloBench.java b/Robust/src/Benchmarks/Scheduling/JGFMonteCarlo/JGFMonteCarloBench.java index 52d25975..b4d71b64 100644 --- a/Robust/src/Benchmarks/Scheduling/JGFMonteCarlo/JGFMonteCarloBench.java +++ b/Robust/src/Benchmarks/Scheduling/JGFMonteCarlo/JGFMonteCarloBench.java @@ -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 ){