PkgBenchmark.jl
PkgBenchmark.jl copied to clipboard
Support for `writecsv`
Sometimes, it would be nice to be able to plot the results of a benchmark suite, or do some kind of numerical analysis. This would be easy if both BenchmarkResults
and BenchmarkJudgement
could be written to a CSV file. Thus, there should be an appropriate new method for the builtin writecsv
routine.