We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can we have an API that sets the number of threads used?
The text was updated successfully, but these errors were encountered:
You can change the number of threads while running different benchmarks using the following syntax:
PARLAY_NUM_WORKERS=32 bazel run :<benchmark name>_main <...>
I don't think there's currently an interface for setting it if you're writing code that uses certain methods though. Let me know if this helps!
Sorry, something went wrong.
Sorry, I made a typo:
PARLAY_NUM_THREADS=32 bazel run :<benchmark name>_main <...>
No branches or pull requests
Can we have an API that sets the number of threads used?
The text was updated successfully, but these errors were encountered: