Skip to content
This repository was archived by the owner on Feb 23, 2018. It is now read-only.

Commit 6095cea

Browse files
author
extempore
committed
Raised the threshold for the test looking at view performance.
I guess if views are only 50x as slow on windows that's still a lot better than 100,000. (The real issue is more like "it's windows" plus "it's windows running on virtualbox".) No review. git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@24439 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
1 parent 8b44863 commit 6095cea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/files/run/bug4279.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ object Test {
3232
// warmup
3333
{ val r = new Runner(1000000, 10) ; r.straightSlice ; r.iteratorSlice ; r.viewSlice }
3434

35-
new Runner(10000000, 10) run 10
36-
new Runner(10000000, 50) run 10
35+
new Runner(10000000, 10) run 50
36+
new Runner(10000000, 50) run 50
3737
}
3838
}

0 commit comments

Comments
 (0)