Skip to content

iomark v0.0.3

Choose a tag to compare

@github-actions github-actions released this 10 Aug 03:50
· 2 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.3.

Downloads

File Platform SHA-256
iomark-aarch64-pc-windows-gnullvm.zip Windows ARM64 (experimental) 406f028cb7c63ca8d9c2bb2506fcd8c98f47bb89b463ce6013d2e5ec62b1837a
iomark-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 fc87062f5a58be556021e240e6c206de96a5440f68ace7e13489a5154b1743c6
iomark-macos-universal.tar.gz macOS (Apple Silicon + Intel) 3cfad8007ffa284e3dbb31d813e8be26f3c769a722c8358aec21646c1729bc2d
iomark-x86_64-pc-windows-gnu.zip Windows x86_64 53be7b46aae8a8dd2b5a2c9c30ed9a3f0906633b574b01bf2b4566daa644a755
iomark-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 b502c4565b39edc37b731b3ba91e1bd834b9f5fc01bcbe515ccfbfa473b0ed3e

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

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