We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7583adc commit 4784e2fCopy full SHA for 4784e2f
tests/pos-special/typeclass-scaling.scala
@@ -7,17 +7,17 @@ import scala.annotation.tailrec
7
//
8
// produces an output file with `wc` measures (lines/words/chars):
9
10
-// 39161 97323 3124249
+// 83434 140554 6384738
11
12
// The command
13
14
// time sc typeclass-scaling.scala -Xmax-inlines 100
15
16
// gives (best of three):
17
18
-// real 0m13.095s
19
-// user 0m50.491s
20
-// sys 0m0.970s
+// real 0m16.061s
+// user 1m3.608s
+// sys 0m1.314s
21
object datatypes {
22
import typeclasses._
23
0 commit comments