-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add macOS-apple_m2_pro (customBiggerIsBetter) benchmark result for 0f…
…90d30b3f430384ba48a1795371555c28a29b9e
- Loading branch information
github-action-benchmark
committed
Nov 18, 2024
1 parent
fd855ba
commit 3b62785
Showing
1 changed file
with
60 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 |
---|---|---|
|
@@ -44690,6 +44690,65 @@ window.BENCHMARK_DATA = { | |
"unit": "Hz" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Tim Zerrell", | ||
"username": "tzerrell" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "0f90d30b3f430384ba48a1795371555c28a29b9e", | ||
"message": "Add EC Mul and Add acceleration (#2513)\n\nAdds elliptic curve acceleration via bigint2 for addition and scalar\r\nmultiplication. This also includes a fix to allow bigint2 codegen with\r\nnegative intermediates.\r\n\r\nNote that current support is only for secp256k1; more generic curve\r\nsupport is future work.\r\n\r\n---------\r\n\r\nCo-authored-by: Frank Laub <[email protected]>", | ||
"timestamp": "2024-11-18T19:33:57Z", | ||
"tree_id": "99571180bc4315d71827b04a913d697ed75df056", | ||
"url": "https://github.com/risc0/risc0/commit/0f90d30b3f430384ba48a1795371555c28a29b9e" | ||
}, | ||
"date": 1731958702976, | ||
"tool": "customBiggerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "execute", | ||
"value": 33056874, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "prove/sha-256", | ||
"value": 99193, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "prove/poseidon2", | ||
"value": 87036, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "lift", | ||
"value": 160638, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "join", | ||
"value": 147382, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "composite", | ||
"value": 98379, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "succinct", | ||
"value": 75296, | ||
"unit": "Hz" | ||
} | ||
] | ||
} | ||
], | ||
"macOS-cpu": [ | ||
|
@@ -58597,6 +58656,6 @@ window.BENCHMARK_DATA = { | |
} | ||
] | ||
}, | ||
"lastUpdate": 1731958688967, | ||
"lastUpdate": 1731958704682, | ||
"repoUrl": "https://github.com/risc0/risc0" | ||
} |