15 Commits

Author SHA1 Message Date
sthen 20646ae06d update to hyperfine-1.20.0 2025-11-19 09:45:02 +00:00
sthen f9043af810 update to hyperfine-1.19.0 2024-11-12 11:44:15 +00:00
fcambus dae9971a19 Update hyperfine to 1.18.0. 2023-10-11 20:40:20 +00:00
sthen 5e99af9c79 update to hyperfine-1.17.0 2023-06-05 13:36:23 +00:00
sthen 50c25e8dc9 update to hyperfine-1.16.1 2023-03-30 10:22:23 +00:00
sthen 56a28fcfb7 remove DISTFILES setting for cargo ports using GH_*, no longer needed
with cargo.port.mk r1.35
2023-01-30 13:28:38 +00:00
sthen 6781029335 bump REVISION for ports using rust, so that pkg_add -u for i386 users
updates to packages without -znotext (i.e. with text relocations disabled)
makes sense to phessler, semarie, tb
2022-10-28 10:00:45 +00:00
semarie 6f1dbcb6fe adjust rust programs to run with immutable stack
the rust std library has been changed to not try to reallocate
a guard page on the stack.

as the rust std library is statically linked in rust programs,
bump REVISION to force reinstall.
2022-10-09 16:32:18 +00:00
fcambus ffb6cb173d Update hyperfine to 1.15.0. 2022-09-10 20:09:48 +00:00
fcambus ed232fde1f Update hyperfine to 1.14.0. 2022-05-20 08:40:33 +00:00
fcambus b2062b957a Update hyperfine to 1.13.0. 2022-04-16 13:40:24 +00:00
naddy 279462e7ea drop RCS Ids 2022-03-11 18:21:39 +00:00
fcambus c4bcc7f02c Update hyperfine to 1.12.0.
While there, move MODCARGO_CRATES directives into crates.inc.
2021-10-26 13:53:51 +00:00
sthen c491ce8046 update to hyperfine-1.11.0 2021-02-27 19:41:18 +00:00
solene 3a4b337356 Import hyperfine-1.9.0
Command-line benchmarking tool.

Features:
- Statistical analysis across multiple runs.
- Support for arbitrary shell commands.
- Constant feedback about the benchmark progress and current estimates.
- Warmup runs can be executed before the actual benchmark.
- Cache-clearing commands can be set up before each timing run.
- Statistical outlier detection to detect interference from other
  programs and caching effects.
- Export results to various formats: CSV, JSON, Markdown, AsciiDoc.
- Parameterized benchmarks (e.g. vary the number of threads).
- Cross-platform

ok sthen@
2020-05-18 20:44:07 +00:00