mirror of
https://github.com/sharkdp/hyperfine.git
synced 2024-11-29 06:56:57 +03:00
Add CHANGELOG entry
This commit is contained in:
parent
365ff2584d
commit
e38ac46179
@ -2,6 +2,13 @@
|
||||
|
||||
## Features
|
||||
|
||||
- Added a new `--shell=none`/`-N` option to disable the intermediate
|
||||
shell for executing the benchmarked commands. Hyperfine normally
|
||||
measures and subtracts the shell spawning time, but the intermediate
|
||||
shell always introduces a certain level of measurement noise. Using
|
||||
`--shell=none`/`-N` allows users to benchmark very fast commands
|
||||
(with a runtime on the order of a few milliseconds). See #336, #429,
|
||||
and #487 (@cipriancraciun and @sharkdp)
|
||||
- Added `--setup` (`s`) option that can be used to run `make all` or
|
||||
similar. It runs once per set of tests, like `--cleanup` (`c`).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user