You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments