Skip to content

A not so succinct comparison (with numbers) between zkVMs (Q4 2024 edition)

Notifications You must be signed in to change notification settings

stackrlabs/succinct-residency-exps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

A not so succinct comparison (with numbers) between zkVMs (Q4 2024 edition)

Topics

Resources

Stars

Watchers

Forks