@@ -3367,13 +3367,13 @@ object Build {
33673367 Test / forkOptions := (Test / forkOptions).value.withWorkingDirectory((ThisBuild / baseDirectory).value),
33683368 )
33693369
3370- lazy val `scala3-bench` = project.in(file(" bench" )).asDottyBench(NonBootstrapped )
3371- lazy val `scala3-bench-bootstrapped` = project.in(file(" bench" )).asDottyBench(Bootstrapped )
3372- lazy val `scala3-bench-run` = project.in(file(" bench-run" )).asDottyBench(Bootstrapped )
3370+ // lazy val `scala3-bench` = project.in(file("bench")).asDottyBench(NonBootstrapped)
3371+ // lazy val `scala3-bench-bootstrapped` = project.in(file("bench")).asDottyBench(Bootstrapped)
3372+ // lazy val `scala3-bench-run` = project.in(file("bench-run")).asDottyBench(Bootstrapped)
33733373
3374- lazy val `scala3-bench-micro` = project.in(file(" bench-micro" ))
3374+ /* lazy val `scala3-bench-micro` = project.in(file("bench-micro"))
33753375 .asDottyBench(Bootstrapped)
3376- .settings(Jmh / run / mainClass := Some (" org.openjdk.jmh.Main" ))
3376+ .settings(Jmh / run / mainClass := Some("org.openjdk.jmh.Main"))*/
33773377
33783378 val testcasesOutputDir = taskKey[Seq [String ]](" Root directory where tests classes are generated" )
33793379 val testcasesSourceRoot = taskKey[String ](" Root directory where tests sources are generated" )
@@ -3997,10 +3997,10 @@ object Build {
39973997 scalacOptions += " -Ytasty-reader" // to read scala3 library
39983998 )
39993999
4000- def asDottyBench (implicit mode : Mode ): Project = project.withCommonSettings.
4000+ /* def asDottyBench(implicit mode: Mode): Project = project.withCommonSettings.
40014001 dependsOn(dottyCompiler).
40024002 settings(commonBenchmarkSettings).
4003- enablePlugins(JmhPlugin )
4003+ enablePlugins(JmhPlugin)*/
40044004
40054005 def asDist (implicit mode : Mode ): Project = project.
40064006 enablePlugins(UniversalPlugin , RepublishPlugin ).
0 commit comments