1config BR2_PACKAGE_HYPERFINE
2	bool "hyperfine"
3	depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
4	select BR2_PACKAGE_HOST_RUSTC
5	help
6	  hyperfine is a benchmark tool written in Rust. It evaluates
7	  execution time of a command passed in arguments and make a
8	  relative comparison if multiple arguments are used at the
9	  same time.
10
11	  https://github.com/sharkdp/hyperfine
12