sharkdp / hyperfine

A command-line benchmarking tool
Apache License 2.0
20.72k stars 333 forks source link

Load previous runs #671

Closed richardmon closed 1 week ago

richardmon commented 11 months ago

This is an initial attempt to solve this feature request https://github.com/sharkdp/hyperfine/issues/607 and https://github.com/sharkdp/hyperfine/issues/577, it takes a exported json and imports it using the command option --import-json output.json.

I'm open to suggestions :^)

sharkdp commented 10 months ago

Thank you very much for your contribution. This looks very interesting. Could you please go into a bit more detail on how to use this? Can I use --import-json without adding any new benchmarks? Can I add as many new benchmarks as I want? Can I use --import-json multiple times? Does this clash with any of the existing options (e.g. parameter-scan/list, export)?

sharkdp commented 1 week ago

I'm closing this due to inactivity. Please feel free to comment in case it should be re-opened.