-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bench: add Jaeger benchmarks for Dory proof evaluation (PROOF-892) (#47)
# Rationale for this change In order to run benchmarks easily on Dory proof evaluation performance, this PR adds a new benchmark type to `jaeger_benches`. An argument is added to the command line interface to define the benchmark type. Previously, the Jaeger benchmarks were only run on the inner product proof with the command: `cargo bench -p proof-of-sql --bench jaeger_benches` which has been updated to `cargo bench -p proof-of-sql --bench jaeger_benches InnerProductProof`. The Dory proof evaluation benchmark can be run with `cargo bench -p proof-of-sql --bench jaeger_benches Dory features="test"`. # What changes are included in this PR? - A Jaeger benchmark is added for Dory. - A command line argument is added to specify which benchmark to run: `InnerProductProof` or `Dory --features="test"` # Are these changes tested? Yes
- Loading branch information
1 parent
844731f
commit d70dfcd
Showing
2 changed files
with
50 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters