Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow passing any JMH option to scala3-bench #13787

Merged
merged 2 commits into from Oct 22, 2021

Conversation

mbovel
Copy link
Member

@mbovel mbovel commented Oct 21, 2021

This change would allow to pass any JMH option to scala3-bench.

New proposed usage (from SBT):

scala3-bench/jmh:run <JMH arguments> -- <scalac arguments>

Example:

scala3-bench/jmh:run -wi 1 -i 1 -rf json -rff results.json -- bench/tests/exhaustivity-I.scala

@anatoliykmetyuk anatoliykmetyuk merged commit eee2305 into scala:master Oct 22, 2021
@anatoliykmetyuk anatoliykmetyuk deleted the mb/bench-jmh-options branch October 22, 2021 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants