This repo contains benchmarks conducted by the Stackr team at the Succinct ZK Residency program.
The following zkVMs were tested:
- SP1
- RISC0
- Jolt
- Nexus
- Delphinus
with 8 algorithms of varying complexities: nth_prime
, ECDSA_verify
, BLS verification
, BLS signature aggregation
, Keccak hashing
, Poseidon hashing
, Merkle tree generation
and Merkle proof inclusion
.
Benchmark numbers are here.
Slides and recorded talk will be available soon.
rust
wasm-pack
- zkVM-specific dependencies
To run all benchmarks, use the following command:
make all
To run individual benchmarks, use the following commands:
make run-<algorithm>