blob: 830953c0dc1e5a71b60101c222aabd2af859b981 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|