You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: pages/dev/parameter_setup.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ directly in git since they are small (around ~1 KB each).
23
23
### Adding a new Proof
24
24
25
25
To add a _new_ circuit to the parameter setup, you should modify
26
-
`tools/parameter-setup/src/main.rs` before running `cargo run`.
26
+
`tools/parameter-setup/src/main.rs` before running `cargo run`.
27
27
28
28
Then edit `penumbra-proof-params` to reference the new parameters created in
29
29
`proof-params/src/gen`.
@@ -36,17 +36,17 @@ We have benchmarks for all proofs in the `penumbra-bench` crate. You can run the
36
36
cargo bench
37
37
```
38
38
39
-
Performance as of commit `ce2d319bd5534fd28600227b28506e32b8504493` benchmarked on a 2023 Macbook Pro M2 (12 core CPU) with 32 GB memory and the `parallel` feature enabled:
39
+
Performance as of commit `772fc69034907cddfca5e68b08ef92b016968d89` benchmarked on a 2023 Macbook Pro M2 (12 core CPU) with 32 GB memory and the `parallel` feature enabled:
0 commit comments