mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-02 13:53:07 +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
|
||||
|
||||
To run the recursion benchmark,
|
||||
To see recursion performance, one can run this test, which generates a chain of three recursion proofs:
|
||||
|
||||
```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