Codebase list rust-stfu8 / 436e0cb
* Package hyperfine 1.11.0 from crates.io using debcargo 2.4.3 * Add a proper summary & description Sylvestre Ledru 3 years ago
2 changed file(s) with 20 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-hyperfine (1.11.0-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package hyperfine 1.11.0 from crates.io using debcargo 2.4.3
3 * Add a proper summary & description
4
5 -- Sylvestre Ledru <sylvestre@debian.org> Mon, 23 Nov 2020 08:56:49 +0100
6
07 rust-hyperfine (1.11.0-1) unstable; urgency=medium
18
29 * Package hyperfine 1.11.0 from crates.io using debcargo 2.4.3
44 section = "utils"
55 build_depends = ["bash-completion", "help2man"]
66
7 [packages.bin]
8 summary = "Command-line benchmarking tool"
9 description = """
10 Developed in Rust, hyperfine provides the following features:
11 * Statistical analysis across multiple runs.
12 * Support for arbitrary shell commands.
13 * Constant feedback about the benchmark progress and current estimates.
14 * Warmup runs can be executed before the actual benchmark.
15 * Cache-clearing commands can be set up before each timing run.
16 * Statistical outlier detection to detect interference from other programs and caching effects.
17 * Export results to various formats: CSV, JSON, Markdown, AsciiDoc.
18 * Parameterized benchmarks (e.g. vary the number of threads).
19 """