Path to this page:
Subject: CVS commit: pkgsrc/benchmarks/hyperfine
From: pin
Date: 2023-06-04 08:44:22
Message id: 20230604064422.5CFABFA88@cvs.NetBSD.org
Log Message:
benchmarks/hyperfine: update to 1.17.0
Features
- Add new --sort option to control the order in the rel. speed comparison and
in markup export formats, see #601, #614, #655 (@sharkdp)
- Parameters which are unused in the command line are now displayed in
parentheses, see #600 and #644 (@sharkdp).
- Added --log-count option for histogram plots, see scripts/plot_histogram.py
(@sharkdp)
Changes
- Updated hyperfine to use windows-sys instead of the unmaintained winapi,
see #624, #639, #636, #641 (@clemenswasser)
- Silenced deprecation warning in Python scripts, see #633 (@nicovank)
- Major update of the man page, see 0ce6578, #647 (@sharkdp)
Bugfixes
- Do not export intermediate results to stdout when using - as a file name,
see #640 and #643 (@sharkdp)
- Markup exporting does not fail if benchmark results are zero, see #642
(@sharkdp)
Files: