mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
9d475cf6c8
This benchmarking tool helps to benchmarks command-line utility and compare them
15 lines
524 B
Plaintext
15 lines
524 B
Plaintext
A command-line benchmarking tool (inspired by bench).
|
|
|
|
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.
|
|
* Export results to various formats: CSV, JSON, Markdown.
|
|
* Parameterized benchmarks.
|
|
* Cross-platform
|
|
|
|
WWW: https://github.com/sharkdp/hyperfine
|