sandialabs / reverse_argparse

A Python library to determine what exactly the user ran at the command line, along with default values, and any transformations that happened after parsing arguments.
https://reverse-argparse.readthedocs.io
BSD 3-Clause "New" or "Revised" License
38 stars 3 forks source link

Investigate performance testing #218

Open jmgate opened 3 weeks ago

jmgate commented 3 weeks ago

https://codspeed.io/

GhostofGoes commented 3 weeks ago

What about https://github.com/ionelmc/pytest-benchmark

I use it in another open source project and it works pretty well. Not comprehensive, but a decent metric to ensure new changes aren't adversely affecting application performance. Also dead simple to setup.