rust-hyperfine 1.12.0-3 source package in Ubuntu

Changelog

rust-hyperfine (1.12.0-3) unstable; urgency=medium

  * Team upload.
  * Package hyperfine 1.12.0 from crates.io using debcargo 2.5.0
  * Stop patching rand dependency.

 -- Peter Michael Green <email address hidden>  Sat, 05 Feb 2022 09:49:26 +0000

Upload details

Uploaded by:
Rust Maintainers
Uploaded to:
Sid
Original maintainer:
Rust Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
rust-hyperfine_1.12.0-3.dsc 2.6 KiB 83a09695725450794e64d506c4da7ea024679949b4a745838eae1e74147319c3
rust-hyperfine_1.12.0.orig.tar.gz 51.7 KiB c2213e4c883fd8991183a387bc3c4c32017e4ded4965d207d594753047640e82
rust-hyperfine_1.12.0-3.debian.tar.xz 3.6 KiB b39038f3a100285d4cd47661be4005273e11d9e110f57f8b6f7237007731149f

Available diffs

No changes file available.

Binary packages built by this source

hyperfine: 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).

hyperfine-dbgsym: debug symbols for hyperfine