Created
February 26, 2011 18:37
-
-
Save daithiocrualaoich/845479 to your computer and use it in GitHub Desktop.
scala.io.Source is slow
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> test | |
... | |
[info] Test Starting - BenchmarksTest: SourceBenchmark | |
Mean: 392.100000 | |
StdDev: 5.022947 | |
[info] Test Succeeded - BenchmarksTest: SourceBenchmark | |
[info] Test Starting - BenchmarksTest: InputStreamBenchmark | |
Mean: 69.610000 | |
StdDev: 1.535546 | |
[info] Test Succeeded - BenchmarksTest: InputStreamBenchmark | |
... | |
> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment