summaryrefslogtreecommitdiff
path: root/test/files/run
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-03-21 16:19:33 +0000
committerPaul Phillips <paulp@improving.org>2011-03-21 16:19:33 +0000
commit8230585c3a926fb5cef6c5a72d6b15565b9afed0 (patch)
treeb599b67ff63002cdc2c329fcb73fb7d1e6af5eeb /test/files/run
parent9acb3f5609b19c2b9a93c08e19b732932328161e (diff)
downloadscala-8230585c3a926fb5cef6c5a72d6b15565b9afed0.tar.gz
scala-8230585c3a926fb5cef6c5a72d6b15565b9afed0.tar.bz2
scala-8230585c3a926fb5cef6c5a72d6b15565b9afed0.zip
One hundred! One hundred times slower on window...
One hundred! One hundred times slower on windows! Ah, ha, ha! Adjusted test case, no review.
Diffstat (limited to 'test/files/run')
-rw-r--r--test/files/run/bug4279.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/bug4279.scala b/test/files/run/bug4279.scala
index 23eb7953d5..89a27fc065 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 50
+ new Runner(10000000, 10) run 100
new Runner(10000000, 50) run 50
}
}