@@ -3427,13 +3427,13 @@ object Build {
34273427 Test / forkOptions := (Test / forkOptions).value.withWorkingDirectory((ThisBuild / baseDirectory).value),
34283428 )
34293429
3430- lazy val `scala3-bench` = project.in(file(" bench" )).asDottyBench(NonBootstrapped )
3431- lazy val `scala3-bench-bootstrapped` = project.in(file(" bench" )).asDottyBench(Bootstrapped )
3432- lazy val `scala3-bench-run` = project.in(file(" bench-run" )).asDottyBench(Bootstrapped )
3430+ // lazy val `scala3-bench` = project.in(file("bench")).asDottyBench(NonBootstrapped)
3431+ // lazy val `scala3-bench-bootstrapped` = project.in(file("bench")).asDottyBench(Bootstrapped)
3432+ // lazy val `scala3-bench-run` = project.in(file("bench-run")).asDottyBench(Bootstrapped)
34333433
3434- lazy val `scala3-bench-micro` = project.in(file(" bench-micro" ))
3434+ /* lazy val `scala3-bench-micro` = project.in(file("bench-micro"))
34353435 .asDottyBench(Bootstrapped)
3436- .settings(Jmh / run / mainClass := Some (" org.openjdk.jmh.Main" ))
3436+ .settings(Jmh / run / mainClass := Some("org.openjdk.jmh.Main"))*/
34373437
34383438 val testcasesOutputDir = taskKey[Seq [String ]](" Root directory where tests classes are generated" )
34393439 val testcasesSourceRoot = taskKey[String ](" Root directory where tests sources are generated" )
@@ -4057,10 +4057,10 @@ object Build {
40574057 scalacOptions += " -Ytasty-reader" // to read scala3 library
40584058 )
40594059
4060- def asDottyBench (implicit mode : Mode ): Project = project.withCommonSettings.
4060+ /* def asDottyBench(implicit mode: Mode): Project = project.withCommonSettings.
40614061 dependsOn(dottyCompiler).
40624062 settings(commonBenchmarkSettings).
4063- enablePlugins(JmhPlugin )
4063+ enablePlugins(JmhPlugin)*/
40644064
40654065 def asDist (implicit mode : Mode ): Project = project.
40664066 enablePlugins(UniversalPlugin , RepublishPlugin ).
0 commit comments