jaraco / pytest-perf

MIT License
3 stars 2 forks source link

Switch from ini format to Python syntax #1

Closed jaraco closed 3 years ago

jaraco commented 3 years ago

I wasn't happy with the ini format. It was too constraining and unintuitive. This new approach allows the tests to be written as simple Python functions and extracts the warmup and exercise code from those functions and provides decorators to supply other configuration.