feature-requesthelp wanted
倉庫指標
- Star
- (28,110 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
There are times when I want to have some baseline saved that I compare later changes to. It would be convenient if I had a way to save a benchmarking run and then load that to later runs. Something like
$ hyperfine --save-benchmark baseline 'sleep 1'
$ hyperfine --load-benchmark baseline 'sleep 0.5'
{{ display things as though `hyperfine 'sleep 1' 'sleep 0.5'` had been run }}
If you're interested in supporting this then I can work on adding it as a feature