hyperfine
https://github.com/sharkdp/hyperfine
A command-line tool which runs benchmarks of other programs passed as arguments.
It includes:
* 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)
- Developed at benchmark
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/hyperfine && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000577 577 Bytes | |
_servicedata | 0000000238 238 Bytes | |
cargo_config | 0000000100 100 Bytes | |
hyperfine-1.12.0.obscpio | 0000205323 201 KB | |
hyperfine.changes | 0000001077 1.05 KB | |
hyperfine.obsinfo | 0000000100 100 Bytes | |
hyperfine.spec | 0000003263 3.19 KB | |
vendor.tar.xz | 0007454008 7.11 MB |
Revision 3 (latest revision is 15)
Dominique Leuenberger (dimstar_suse)
accepted
request 928543
from
Enrico Belleri (iDesmI)
(revision 3)
- Update to version 1.12.0: * --command-name can now take parameter names from --parameter-* options * Exit codes (or signals) are now printed in cases of command failures * Exit codes are now part of the JSON output * When --export-* commands are used, result files are now created before benchmark execution * When --export-* options are used, result files are now written after each individual benchmark command * Reduce number of shell startup time measurements from 200 to 50 * User and system time are now in consistent time units
Comments 0