ionelmc / pytest-benchmark

py.test fixture for benchmarking code
BSD 2-Clause "Simplified" License
1.22k stars 115 forks source link

Change the benchmark columns in the output #233

Open nastya236 opened 1 year ago

nastya236 commented 1 year ago

Hey! I am writing to ask is there any way to customise the columns in the output table? For example, if I want to log other metric, like accuracy, how should I do it? I found only this plugin with addMetric function, don't know if it is relevant.

Thank you!