summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-03-25 14:49:31 +0000
committerPaul Phillips <paulp@improving.org>2011-03-25 14:49:31 +0000
commitaf3b3d39456b7157146c53426b2639b8271ed835 (patch)
tree846859eef3ce8732e421db60ea66ce2d2ae337b2
parent70e6dc980f923501733ec1617964f66fcfbceee4 (diff)
downloadscala-af3b3d39456b7157146c53426b2639b8271ed835.tar.gz
scala-af3b3d39456b7157146c53426b2639b8271ed835.tar.bz2
scala-af3b3d39456b7157146c53426b2639b8271ed835.zip
I guess windows can show a < 500x difference an...
I guess windows can show a < 500x difference and still give us confidence there isn't a 100,000x difference. Testing situation continues to confound and amaze. Trying to make 4279 not fail on windows, one more time and I will delete it and burn the bodies. No review.
-rw-r--r--test/files/run/bug4279.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/bug4279.scala b/test/files/run/bug4279.scala
index 89a27fc065..d0afc3a032 100644
--- a/test/files/run/bug4279.scala
+++ b/test/files/run/bug4279.scala
@@ -32,7 +32,7 @@ object Test {
// warmup
{ val r = new Runner(1000000, 10) ; r.straightSlice ; r.iteratorSlice ; r.viewSlice }
- new Runner(10000000, 10) run 100
- new Runner(10000000, 50) run 50
+ new Runner(10000000, 10) run 500
+ new Runner(10000000, 50) run 300
}
}