core_bench
core_bench copied to clipboard
Add option to standardize units?
Hi! Core_bench makes is wonderfully easy to use; however, when trying to aggregate the results for reporting purposes, the diverse units throws a wrench in things. Could we add a cli option to use fixed units, such everything is reported in nanoseconds and words rather than microsends, kilowords, etc.?
Hi @d4hines! The default printout is designed for human consumption.
Does the -sexp
option work for you? It generates a machine-readable s-expression representation of the benchmark results, which you can pipe into sexp query each | sexp to-csv
to get a csv, if that's what you'd prefer. (the sexp binary)
There's also the -save
option, which gives the raw run data in text files, if you would prefer to use that.