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
It may be desirable to use a custom event loop in an async benchmark (e.g. for benchmarking python/cpython#97696)
bench_async_func currently doesn't support that - it will always use the default loop
bench_async_func
The text was updated successfully, but these errors were encountered:
Support loop_factory parameter in bench_async_func
3039c53
Fixes psfGH-156
gh-156: Support loop_factory parameter in bench_async_func (gh-157)
989d38f
Successfully merging a pull request may close this issue.
It may be desirable to use a custom event loop in an async benchmark (e.g. for benchmarking python/cpython#97696)
bench_async_func
currently doesn't support that - it will always use the default loopThe text was updated successfully, but these errors were encountered: