orchard/benches
Jack Grigg 84aa43fe8b bench: Fix circuit benchmarks
Criterion's benchmark grouping does not match on group names; it only
groups benchmarks that are run prior to that specific benchmark group
instance being dropped. Since each benchmark group holds a mutable
reference to the criterion instance, this means we can't have multiple
active groups collecting measurements. Instead, we need to collect the
proving benchmarks for all recipient numbers, followed by verification
benchmarks.
2021-12-09 13:18:39 +00:00
..
circuit.rs bench: Fix circuit benchmarks 2021-12-09 13:18:39 +00:00
note_decryption.rs Benchmark batch trial decryption 2021-08-12 01:36:38 +01:00
primitives.rs Rename poseidon::nullifier -> poseidon::p128pow5t3. 2021-10-12 11:58:27 +02:00
small.rs Add small key derivation benchmarks 2021-03-20 18:19:51 +13:00