Skip to content

iomark v0.0.2

Choose a tag to compare

@github-actions github-actions released this 09 Aug 17:13
· 9 commits to main since this release

Install

macOS / Linux — install to ~/.local/bin:

curl -fsSL https://iomark.dev | sh

Windows (PowerShell):

irm https://iomark.dev/install.ps1 | iex

Benchmark right away without installing anything:

curl -fsSL https://iomark.dev | sh -s -- quick

Pin this exact release by adding -s -- install --version v0.0.2.

Downloads

File Platform SHA-256
iomark-aarch64-pc-windows-gnullvm.zip Windows ARM64 (experimental) 765c8880307d560791681bb0d9aa30f4d2d02a97e5d42b0db4324b881f60169e
iomark-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 5721fed7e82ac10bd1b2dea615dd25ed09ba265fb89c56a973f8f65a254079b8
iomark-macos-universal.tar.gz macOS (Apple Silicon + Intel) b864596433b26d460fce34ed3773d52b4c61d3004c46d642cef880f64c2788db
iomark-x86_64-pc-windows-gnu.zip Windows x86_64 9e288db48aef228713f646ac2541d1806e29f8b5acfd8a3b799fdf0404ef5264
iomark-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 7d43866e416256516937398e5f4cd65beca1c44bebbdcf44c6a99ccb435482b1

Manual download, verify and run (Linux x86_64 shown):

curl -fsSLO https://github.com/feeeei/iomark/releases/download/v0.0.2/iomark-x86_64-unknown-linux-gnu.tar.gz
curl -fsSLO https://github.com/feeeei/iomark/releases/download/v0.0.2/SHA256SUMS
sha256sum --ignore-missing -c SHA256SUMS
tar xzf iomark-x86_64-unknown-linux-gnu.tar.gz
./iomark

Every archive holds a single static iomark binary with fio embedded — no
runtime dependencies, nothing else to install. On macOS the build is a
universal binary covering both Apple Silicon and Intel.

Full Changelog: v0.0.1...v0.0.2