Installation
Loading...
Install poly-bench via the native binary installer, or build from source.
Install the pre-built binary using the installer script:
$curl -sSL https://polybench.evm-tooling.tools | bashThis downloads the latest release for your platform (macOS ARM64, Linux x86_64, Windows x86_64) and installs to ~/.local/bin by default. Use -d to specify a custom install directory:
$curl -sSL https://polybench.evm-tooling.tools | bash -s -- -d /usr/local/binTo test the latest features before a release, clone the repository and build from source:
$git clone https://github.com/evm-tooling/poly-bench$cd poly-bench$cargo build --releaseThe binary will be at target/release/poly-bench. To install it globally:
$cargo install --path .Follow security best practices when installing and using poly-bench:
cargo install poly-bench for reproducible installs. When building from source, pin to a specific commit or tag.poly-bench upgrade to get the latest release, but review changelogs before upgrading.go.sum, package-lock.json, and Cargo.lock changes to minimize supply-chain risk.