-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add C++ Benchmark (googlecpp) benchmark result for bc0844b
- Loading branch information
github-action-benchmark
committed
Jun 28, 2023
1 parent
e2a1048
commit 274f57d
Showing
1 changed file
with
49 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1687956664555, | ||
"lastUpdate": 1687956667166, | ||
"repoUrl": "https://github.com/AztecProtocol/barretenberg", | ||
"entries": { | ||
"C++ Benchmark": [ | ||
|
@@ -1923,6 +1923,54 @@ window.BENCHMARK_DATA = { | |
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Cody Gunton", | ||
"username": "codygunton" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "bc0844b4935032d597d21a54c84ccd1d3fbe46e8", | ||
"message": "chore: Remove usage of `ComposerHelper` and use `CircuitBuilder` from the API (#555)\n\nCo-authored-by: Suyash Bagad <[email protected]>", | ||
"timestamp": "2023-06-28T14:42:37+02:00", | ||
"tree_id": "6c6b1a63525d2b960d066e917b9cc88323358a0d", | ||
"url": "https://github.com/AztecProtocol/barretenberg/commit/bc0844b4935032d597d21a54c84ccd1d3fbe46e8" | ||
}, | ||
"date": 1687956662922, | ||
"tool": "googlecpp", | ||
"benches": [ | ||
{ | ||
"name": "construct_proof_ultra/sha256/10/repeats:1", | ||
"value": 7.231806886999948, | ||
"unit": "s/iter", | ||
"extra": "iterations: 1\ncpu: 5.113604400000001 s\nthreads: 1" | ||
}, | ||
{ | ||
"name": "construct_proof_ultra/keccak/10/repeats:1", | ||
"value": 16.134749138000075, | ||
"unit": "s/iter", | ||
"extra": "iterations: 1\ncpu: 13.5083071 s\nthreads: 1" | ||
}, | ||
{ | ||
"name": "construct_proof_ultra/ecdsa_verification/10/repeats:1", | ||
"value": 28.042103221999923, | ||
"unit": "s/iter", | ||
"extra": "iterations: 1\ncpu: 25.414664900000005 s\nthreads: 1" | ||
}, | ||
{ | ||
"name": "construct_proof_ultra/merkle_membership/10/repeats:1", | ||
"value": 3.8159821240000156, | ||
"unit": "s/iter", | ||
"extra": "iterations: 1\ncpu: 1.9375471999999974 s\nthreads: 1" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
|