Skip to content

Commit 79d0d20

Browse files
committed
Add read org.enso.runtime --> org.enso.bench.processor when running std benchmarks.
1 parent 5c1e9d1 commit 79d0d20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

+2-1
Original file line numberDiff line numberDiff line change
@@ -3955,7 +3955,8 @@ lazy val `std-benchmarks` = (project in file("std-bits/benchmarks"))
39553955
Map(
39563956
runtimeModName -> Seq(
39573957
"ALL-UNNAMED",
3958-
(`benchmarks-common` / javaModuleName).value
3958+
(`benchmarks-common` / javaModuleName).value,
3959+
(`bench-processor` / javaModuleName).value
39593960
)
39603961
)
39613962
},

0 commit comments

Comments
 (0)