Fix invocation of single benchmarks in std-benchmarks (#11321)

# 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 c1d43b3ebf
This commit is contained in:
Pavel Marek 2024-10-15 14:17:17 +02:00 committed by GitHub
parent 3711b25fa7
commit 2285b7d752
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
)
)
},