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 d49c470 commit 1f0d6d0Copy full SHA for 1f0d6d0
bench/src/test/scala/Benchmarks.scala
@@ -77,11 +77,11 @@ object BenchTests extends OnlineRegressionReport {
77
performance of "dotty" in {
78
measure.method("stdlib") in {
79
// maybe scalac curve later
80
- using(Gen.unit("test")) curve "dotty" in { r => stdLib }
+ using(Gen.unit("test")) curve "stdlib" in { r => stdLib }
81
}
82
83
measure.method("dotty-src") in {
84
- using(Gen.unit("test")) curve "dotty" in { r => dotty }
+ using(Gen.unit("test")) curve "dotty-src" in { r => dotty }
85
86
87
val dir = Directory(testDir)
0 commit comments