Closed juliangaal closed 3 months ago
hi, glad to hear. yes csv export is already on the roadmap
Great, thanks!
Please let me know if you want help with this, I'll gladly help out.
My initial toughts would be to implement result_csv(filename)
you are more then welcome to create a pr!
yes i think that is the way to do it, then like in the other functions create the result object
auto res = calc_stats_and_clear(settings);
and then write a helper function to write it all to csv.
See #5
Hi, this looks just like what I am looking for!
Have you thought about making the output of multiple runs comparable by supporting the export of benchmark data to e.g. CSV?