Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 906 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 906 Bytes

succinct-residency-exps

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.

Run Benchmarks

Prerequisites

  • rust
  • wasm-pack
  • zkVM-specific dependencies

Run

To run all benchmarks, use the following command:

make all

To run individual benchmarks, use the following commands:

make run-<algorithm>