-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Pippenger benchmarks compatible with wasmtime (#6095)
Added pippenger benchmarks ``` -------------------------------------------------------------------- Benchmark Time CPU Iterations -------------------------------------------------------------------- pippenger/16/iterations:5 133089 us 1.3309e+11 us 5 pippenger/17/iterations:5 255069 us 2.5507e+11 us 5 pippenger/18/iterations:5 481599 us 4.8160e+11 us 5 pippenger/19/iterations:5 892886 us 8.9289e+11 us 5 pippenger/20/iterations:5 1706423 us 1.7064e+12 us 5 */ ```
- Loading branch information
Showing
2 changed files
with
47 additions
and
3 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
barretenberg/cpp/src/barretenberg/benchmark/basics_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 +1 @@ | ||
barretenberg_module(basics_bench ecc) | ||
barretenberg_module(basics_bench ecc srs) |
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