321cec7b9c
hyperfine is a benchmark tool written in Rust. It evaluates execution time of a command passed in arguments and make a relative comparison if multiple arguments are used at the same time. It can be convinient for purposes of Rust-written systems as it runs in a stable version of Rust. The package has been checked with correct formatting and without typos: ./utils/check-package package/hyperfine/* A CI test was run on gitlab.com to verify toolchain compatibilities. Signed-off-by: Nicolas Tran <nicolas.tran@smile.fr> Reviewed-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
12 lines
381 B
Plaintext
12 lines
381 B
Plaintext
config BR2_PACKAGE_HYPERFINE
|
|
bool "hyperfine"
|
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
|
|
select BR2_PACKAGE_HOST_RUSTC
|
|
help
|
|
hyperfine is a benchmark tool written in Rust. It evaluates
|
|
execution time of a command passed in arguments and make a
|
|
relative comparison if multiple arguments are used at the
|
|
same time.
|
|
|
|
https://github.com/sharkdp/hyperfine
|