1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
Source: rust-hyperfine
Section: utils
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo,
cargo:native,
rustc:native (>= 1.76.0),
libstd-rust-dev,
librust-anyhow-1+default-dev,
librust-clap-4+cargo-dev,
librust-clap-4+color-dev,
librust-clap-4+default-dev (>= 4.4.12-~~),
librust-clap-4+error-context-dev,
librust-clap-4+help-dev,
librust-clap-4+suggestions-dev,
librust-clap-4+usage-dev,
librust-clap-4+wrap-help-dev,
librust-clap-complete-4+default-dev (>= 4.2.1-~~),
librust-colored-2+default-dev (>= 2.1-~~),
librust-csv-1+default-dev (>= 1.3-~~),
librust-indicatif-0.17+default-dev,
librust-libc-0.2+default-dev,
librust-nix-0.29+default-dev,
librust-nix-0.29+zerocopy-dev,
librust-rand-0.8+default-dev,
librust-rust-decimal-1+default-dev,
librust-serde-1+default-dev,
librust-serde-1+derive-dev,
librust-serde-json-1+default-dev,
librust-shell-words-1+default-dev,
librust-statistical-1+default-dev,
librust-thiserror-1+default-dev,
bash-completion,
help2man
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Sylvestre Ledru <sylvestre@debian.org>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/hyperfine]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/hyperfine
Homepage: https://github.com/sharkdp/hyperfine
X-Cargo-Crate: hyperfine
Rules-Requires-Root: no
Package: hyperfine
Architecture: any
Multi-Arch: allowed
Depends:
${misc:Depends},
${shlibs:Depends},
${cargo:Depends}
Recommends:
${cargo:Recommends}
Suggests:
${cargo:Suggests}
Provides:
${cargo:Provides}
Built-Using: ${cargo:Built-Using}
Static-Built-Using: ${cargo:Static-Built-Using}
Description: Command-line benchmarking tool
Developed in Rust, hyperfine provides the following 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).
|