ionelmc / pytest-benchmark

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

Add benchmark.extra_info details to csv output file after comparision #209

Open visheshh opened 2 years ago

visheshh commented 2 years ago

After we try generate comparision csv report. There is no Unique identifier between 2 runs. Test writer will usually add that info as extra_info in test case itself.

If extra_info is present i would like that in csv report as well, so that we can use csv report as input to some analytics tools.