Skip to content

Commit 2ba6c69

Browse files
committed
Update typeclass-scaling data using old Generic scheme
1 parent 5edbe57 commit 2ba6c69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/pos-special/typeclass-scaling.scala

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ import scala.annotation.tailrec
77
//
88
// produces an output file with `wc` measures (lines/words/chars):
99
//
10-
// 39161 97323 3124249
10+
// 83434 140554 6384738
1111
//
1212
// The command
1313
//
1414
// time sc typeclass-scaling.scala -Xmax-inlines 100
1515
//
1616
// gives (best of three):
1717
//
18-
// real 0m13.095s
19-
// user 0m50.491s
20-
// sys 0m0.970s
18+
// real 0m16.061s
19+
// user 1m3.608s
20+
// sys 0m1.314s
2121
object datatypes {
2222
import typeclasses._
2323

0 commit comments

Comments
 (0)