-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Benchmark compute_row_evaluations and update analysis script (#…
…8673) Adds a bench and updates the CIVC benchmark analysis script to use the new name for Oink part of the Pg prover. Benchmark results: ``` Benchmarking lock created at ~/BENCHMARK_IN_PROGRESS. protogalaxy_bench 100% 5225KB 24.6MB/s 00:00 2024-09-20T20:16:15+00:00 Running ./protogalaxy_bench Run on (16 X 3000 MHz CPU s) CPU Caches: L1 Data 32 KiB (x8) L1 Instruction 32 KiB (x8) L2 Unified 1024 KiB (x8) L3 Unified 36608 KiB (x1) Load Average: 0.08, 0.06, 0.34 --------------------------------------------------------------------- Benchmark Time CPU Iterations --------------------------------------------------------------------- compute_row_evaluations/15 6.59 ms 6.51 ms 107 compute_row_evaluations/16 13.4 ms 13.4 ms 52 compute_row_evaluations/17 27.0 ms 26.9 ms 26 compute_row_evaluations/18 54.8 ms 54.6 ms 12 compute_row_evaluations/19 112 ms 112 ms 6 compute_row_evaluations/20 233 ms 232 ms 3 compute_row_evaluations/21 462 ms 461 ms 2 ```
- Loading branch information
1 parent
1aad110
commit c738c47
Showing
4 changed files
with
41 additions
and
5 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
2 changes: 1 addition & 1 deletion
2
barretenberg/cpp/src/barretenberg/benchmark/protogalaxy_bench/CMakeLists.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
barretenberg_module( | ||
protogalaxy_bench | ||
stdlib_protogalaxy_verifier | ||
protogalaxy | ||
) |
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