pytest-benchmark
pytest-benchmark copied to clipboard
Add trial info in csv
Currently, the same test run on different trials (i.e. 0001/0002) only differ in their metrics in the pytest-benchmark compare --csv file. I'm assuming if I use --sort fullname I can be confident that the oldest tests are higher up, however it would be preferable to have a column for trial (or have this included in the name).