Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BenchmarksRunner does not override jvm args of forked processes. (#12097
) Fixes "PolyglotException: No language of id epb found". Turns out that we have accidentally overridden all the arguments to forked JVMs of JMH to just `-Dbench.all=true`. Now, `sbt std-benchmarks/bench` works also locally. Before this PR, they also failed locally.
- Loading branch information