mirror of
https://github.com/sharkdp/hyperfine.git
synced 2024-11-22 11:43:03 +03:00
Preparations for v1.19
This commit is contained in:
parent
99d24b7a2e
commit
564ccafb03
18
CHANGELOG.md
18
CHANGELOG.md
@ -1,17 +1,25 @@
|
|||||||
# unreleased
|
# v1.19.0
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
- Add a new `--reference <cmd>` option to specify a reference command for the relative speed comparison, see #579, #577 and #744 (@sharkdp)
|
||||||
## Changes
|
- Add `--conclude` argument (analog to `--prepare`), see #565 and #719 (@jackoconnordev)
|
||||||
|
- Allow `--output=…` to appear once for each command, enabling use cases like `hyperfine --output=null my-cmd --output=./file.log my-cmd`, see #529 and #775 (@sharkdp)
|
||||||
|
- The environment variable `$HYPERFINE_ITERATION` will now contain the current iteration number for each benchmarked command, see #775 (@sharkdp)
|
||||||
|
- Add iteration information to failure error message, see #771 and #772 (@sharkdp)
|
||||||
|
- Python scripts:
|
||||||
|
- legend modification parameters and output DPI, see #758 (@Spreadcat)
|
||||||
|
- Nicer whiskers plot, see #727 (@serpent7776)
|
||||||
|
|
||||||
## Bugfixes
|
## Bugfixes
|
||||||
|
|
||||||
|
- ETA not clearly visible on terminals with a block cursor, see #698 and #699 (@overclockworked64)
|
||||||
|
- Fix zsh completions, see #717 (@xzfc)
|
||||||
|
|
||||||
## Other
|
## Other
|
||||||
|
|
||||||
|
- Build binaries for aarch64-apple-darwin, see #728 (@Phault)
|
||||||
|
- Various cleanups (@hamirmahal, @one230six)
|
||||||
|
|
||||||
# v1.18.0
|
# v1.18.0
|
||||||
|
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -412,7 +412,7 @@ checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "hyperfine"
|
name = "hyperfine"
|
||||||
version = "1.18.0"
|
version = "1.19.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"approx",
|
"approx",
|
||||||
|
@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
|
|||||||
name = "hyperfine"
|
name = "hyperfine"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/sharkdp/hyperfine"
|
repository = "https://github.com/sharkdp/hyperfine"
|
||||||
version = "1.18.0"
|
version = "1.19.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
rust-version = "1.76.0"
|
rust-version = "1.76.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user