Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 263 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 263 Bytes

Jellyfish Plonk Prover Time and Memory Benchmarking

To run the benchmark, do the following:

set -e
cd plonk
RAYON_NUM_THREADS=N cargo bench --features test-srs

The benchmark file is in ./plonk/benches/bench.rs. Please change the params as you like.