Skip to content

Commit

Permalink
Fix invocation of single benchmarks in std-benchmarks (#11321)
Browse files Browse the repository at this point in the history
# Important Notes
- `std-benchmarks/bench`, which is invoked on the CI, is not affected. It still works as expected.
- Updated list of all projects in `enso` aggregate in c1d43b3
  • Loading branch information
Akirathan authored Oct 15, 2024
1 parent 3711b25 commit 2285b7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3967,7 +3967,8 @@ lazy val `std-benchmarks` = (project in file("std-bits/benchmarks"))
Map(
runtimeModName -> Seq(
"ALL-UNNAMED",
(`benchmarks-common` / javaModuleName).value
(`benchmarks-common` / javaModuleName).value,
(`bench-processor` / javaModuleName).value
)
)
},
Expand Down

0 comments on commit 2285b7d

Please sign in to comment.