pyperformance icon indicating copy to clipboard operation
pyperformance copied to clipboard

Feature request: Support --enable-pystats

Open markshannon opened this issue 3 years ago • 1 comments

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 avatar Jan 27 '22 14:01 markshannon

https://github.com/python/cpython/pull/93843 will help us generate more meaningful stats for benchmarks.

markshannon avatar Jun 15 '22 10:06 markshannon