From f18abb9dde748bbdcfca1b1dbecbd1bb88b5ba2f Mon Sep 17 00:00:00 2001 From: sripwoud Date: Tue, 27 Jun 2023 15:14:56 +0200 Subject: [PATCH] docs: Add rapidsnark vs snarkjs benchmark data --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0700b04..c8a11c9 100644 --- a/README.md +++ b/README.md @@ -60,12 +60,9 @@ node tools/request.js ```` ## Benchmark -This prover uses intel assembly with ADX extensions and parallelizes as much as it can the proof generation. - -The prover is much faster that snarkjs and faster than bellman. - -[TODO] Some comparation tests should be done. - +This prover uses intel assembly with ADX extensions and parallelizes as much as it can the proof generation. +- rapidsnark vs snarkjs: an -80% proof generation time and memory consumption reduction was [measured](https://github.com/privacy-scaling-explorations/e2e-zk-ecdsa/tree/main/circuits/circom/benchmark) for a circuit with 3 millions non-linear constraints. +- rapidsnark vs bellman: [TODO] ## License