On every PR merged to main
, the benchmark results will be pushed to the https://github.com/risc0/ghpages/tree/dev branch. After reviewing the result, you should create a PR on the ghpages repo to publish on https://reports.risczero.com/.
All ghpages
static files reside in the ghpages
folder of the risc0
repo. Any modifications to ghpages
should be made via the risc0
repo henceforth.
For previewing results:
- Switch to the
dev
branch of theghpages
repo. - Use a development server like five-server for HTML previewing; VSCode users can find an extension
cargo run --release
cargo run --release -F metal
cargo run --release -F cuda
cargo run --release -F metal -- big-sha2
Computes the SHA2-256 hash of large random buffers of various sizes.
Computes the SHA2-256 hash of a given buffer for a given amount of iterations.
Computes the Keccak hash of large random buffers of various sizes.
Computes the Keccak hash of a given buffer for a given amount of iterations.
Computes the Blake2b hash of large random buffers of various sizes.
Computes the Blake2b hash of a given buffer for a given amount of iterations.
Computes the Blake3 hash of large random buffers of various sizes.
Computes the Blake3 hash of a given buffer for a given amount of iterations.
Verifies a given ECDSA signature (on the secp256k1 curve).
Verifies a given Ed25519 signature (on the ed25519 curve).
Computes the Fibonacci sequence of a given number.
Computes the membership proof for a given authenticated path from a leaf to a merkle tree root. It uses SHA2-256 as hash function.
Verifies a given Sudoku solution.