psf / pyperf

Toolkit to run Python benchmarks
http://pyperf.readthedocs.io/
MIT License
771 stars 74 forks source link

Include `CONFIG_ARGS` in Metadata #180

Closed JeffersGlass closed 3 months ago

JeffersGlass commented 3 months ago

This PR includes the value of sys.get_config_var('CONFIG_ARGS') in the metadata for a benchmark run.

This value is not added to _bench._CHECKED_METADATA, since it is often useful and desired to compare two benchmarks with different build configs.

Closes #179

vstinner commented 3 months ago

Merged, thank you.