mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-05-20 16:59:44 +00:00
Update running example
This commit is contained in:
parent
90c7a72ceb
commit
57dc460ff7
@ -7,10 +7,10 @@ plonky2 is largely focused on recursion performance. We use custom gates to miti
|
|||||||
|
|
||||||
## Running
|
## Running
|
||||||
|
|
||||||
To run the recursion benchmark,
|
To see recursion performance, one can run this test, which generates a chain of three recursion proofs:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
RUSTFLAGS=-Ctarget-cpu=native cargo run --release
|
RUST_LOG=debug RUSTFLAGS=-Ctarget-cpu=native cargo test --release test_recursive_recursive_verifier -- --ignored
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user