File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
compilation/src/main/dotc/scala/tools/benchmark Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name := "compiler-benchmark"
22
33version := " 1.0-SNAPSHOT"
44
5- def scala212 = " 2.12.11 "
6- def dottyLatest = " 0.22.0-RC1 "
5+ def scala212 = " 2.12.12 "
6+ def dottyLatest = " 0.25.0 "
77scalaVersion in ThisBuild := scala212
88val JmhConfig = config(" jmh" )
99
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ trait BenchmarkDriver extends BaseBenchmarkDriver {
1515 ctx.setSetting(ctx.settings.outputDir, dotty.tools.io.AbstractFile .getDirectory(tempDir.getAbsolutePath))
1616 ctx.setSetting(ctx.settings.language, List (" Scala2" ))
1717 ctx.setSetting(ctx.settings.YdropComments , true )
18+ ctx.setSetting(ctx.settings.silentWarnings, true )
1819 val compiler = new dotty.tools.dotc.Compiler
1920 val reporter = dotty.tools.dotc.Bench .doCompile(compiler, allArgs)
2021 assert(! reporter.hasErrors)
You can’t perform that action at this time.
0 commit comments