How to Install and Uninstall hyperfine Package on openSuSE Tumbleweed

Last updated: May 03,2024

1. Install "hyperfine" package

In this section, we are going to explain the necessary steps to install hyperfine on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install hyperfine

2. Uninstall "hyperfine" package

Here is a brief guide to show you how to uninstall hyperfine on openSuSE Tumbleweed:

$ sudo zypper remove hyperfine

3. Information about the hyperfine package on openSuSE Tumbleweed

Information for package hyperfine:
----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : hyperfine
Version : 1.18.0-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.3 MiB
Installed : No
Status : not installed
Source package : hyperfine-1.18.0-1.2.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)