Skip to content

Benchmarks of popular zkVMs including Jolt

Notifications You must be signed in to change notification settings

zkMIPS/zkvm-benchmarks

This branch is 27 commits ahead of a16z/zkvm-benchmarks:master.

Repository files navigation

zkVM Benchmarks

Installation

Install Jolt

rustup target add riscv32i-unknown-none-elf

Install Risc Zero

Install rzup by running the following command:

curl -L https://risczero.com/install | bash
rzup install

Install SP1

curl -L https://sp1up.succinct.xyz | bash

Follow the instructions outputted by this command then run:

sp1up

Install zkm

curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/zkMIPS/toolchain/refs/heads/main/setup.sh | sh
source ~/.zkm-toolchain/env

Install zkm2

Rust toolchain: https://github.com/zkMIPS/toolchain/releases/tag/just_for_test

Running

To run all benchmarks run:

make bench-all

The benchmark results should be outputted in CSV form in benchmark_outputs.

To run an individual benchmark run make bench-zkm2, make bench-zkm, make bench-jolt, make bench-risczero or make bench-sp1.

Disclaimer

This code is being provided as is. No guarantee, representation or warranty is being made, express or implied, as to the safety or correctness of the code. It has not been audited and as such there can be no assurance it will work as intended, and users may experience delays, failures, errors, omissions or loss of transmitted information. Nothing in this repo should be construed as investment advice or legal advice for any particular facts or circumstances and is not meant to replace competent counsel. It is strongly advised for you to contact a reputable attorney in your jurisdiction for any questions or concerns with respect thereto. a16z is not liable for any use of the foregoing, and users should proceed with caution and use at their own risk. See a16z.com/disclosures for more info.

About

Benchmarks of popular zkVMs including Jolt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 98.5%
  • Makefile 1.5%