Skip to content

iomark v0.0.5

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Aug 05:15

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.5.

Downloads

File Platform SHA-256
iomark-aarch64-pc-windows-gnullvm.zip Windows ARM64 (experimental) d17faef2a22321cb19266af919bac3ed93a9d67911b1cb857903b9a71062ff0d
iomark-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 9a5d41b2d45a67528cd32809c2003a6e199748a9029dbe7b3ebe4ffedd3cb040
iomark-macos-universal.tar.gz macOS (Apple Silicon + Intel) d47ba7d4e44dd8f88678bf1af457fca4419c82605c9cff2d255a1a25e3163b93
iomark-x86_64-pc-windows-gnu.zip Windows x86_64 5b8754ce5d0b7221dc8c6e1b0f300c24de8e5794a3b0724c9e75a6720edfefd4
iomark-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 619253ee8c61c453bd61f03b59a57fb2bd2861bdb43198ef04e26de9dc1b0611

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

curl -fsSLO https://github.com/feeeei/iomark/releases/download/v0.0.5/iomark-x86_64-unknown-linux-gnu.tar.gz
curl -fsSLO https://github.com/feeeei/iomark/releases/download/v0.0.5/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.4...v0.0.5