Skip to content

Commit 1f0d6d0

Browse files
committed
restore curve name for backward data compatibility
1 parent d49c470 commit 1f0d6d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bench/src/test/scala/Benchmarks.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ object BenchTests extends OnlineRegressionReport {
7777
performance of "dotty" in {
7878
measure.method("stdlib") in {
7979
// maybe scalac curve later
80-
using(Gen.unit("test")) curve "dotty" in { r => stdLib }
80+
using(Gen.unit("test")) curve "stdlib" in { r => stdLib }
8181
}
8282

8383
measure.method("dotty-src") in {
84-
using(Gen.unit("test")) curve "dotty" in { r => dotty }
84+
using(Gen.unit("test")) curve "dotty-src" in { r => dotty }
8585
}
8686

8787
val dir = Directory(testDir)

0 commit comments

Comments
 (0)