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

Feature request: Support --enable-pystats #131

Open
markshannon opened this issue Jan 27, 2022 · 1 comment
Open

Feature request: Support --enable-pystats #131

markshannon opened this issue Jan 27, 2022 · 1 comment

Comments

@markshannon
Copy link
Member

It is useful to be able to get stats from the various benchmark suites.
Currently that involves making a custom branch with stats enabled, and benchmarking that.
Since CPython's configure has a --enable-pystats it would be nice to be able to turn that on from the config file.

It would be great if the config.ini file had an option for stats, much as it already has options for debug, pgo and lto.

E.g.

# Turn on stats?
stats = False
@markshannon
Copy link
Member Author

python/cpython#93843 will help us generate more meaningful stats for benchmarks.

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

No branches or pull requests

1 participant