johnmyleswhite / Benchmarks.jl

A new benchmarking library for Julia
Other
45 stars 15 forks source link

suggestion: a version that shows the same info, but returns the time per evaluation times #38

Open JeffreySarnoff opened 8 years ago

JeffreySarnoff commented 8 years ago

This is excellent!
It would be a great help if there were a version of the macro that displayed the summary info and returned the three values given in Time per evaluation rather than returning the raw benchmarking data. That would make it easier to test more than a few variations and keep track of their performances.