How to Install and Uninstall hyperfine Package on openSUSE Leap

Last updated: May 20,2024

1. Install "hyperfine" package

In this section, we are going to explain the necessary steps to install hyperfine on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install hyperfine

2. Uninstall "hyperfine" package

Please follow the steps below to uninstall hyperfine on openSUSE Leap:

$ sudo zypper remove hyperfine

3. Information about the hyperfine package on openSUSE Leap

Information for package hyperfine:
----------------------------------
Repository : Main Repository
Name : hyperfine
Version : 1.15.0+g27-bp155.1.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.2 MiB
Installed : No
Status : not installed
Source package : hyperfine-1.15.0+g27-bp155.1.7.src
Upstream URL : https://github.com/sharkdp/hyperfine
Summary : Command-line benchmarking tool
Description :
A command-line tool which runs benchmarks of other programs passed as arguments.
It includes:
* 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)