-
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 a1…
…d9118982c8792c2fc9b296fd5608e72c8cc06f
- Loading branch information
github-action-benchmark
committed
Dec 4, 2024
1 parent
0c784ac
commit e79b112
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 |
---|---|---|
|
@@ -48407,6 +48407,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": "a1d9118982c8792c2fc9b296fd5608e72c8cc06f", | ||
"message": "Enforce < modulus on bigint results (#2609)\n\nEnforces that we return the canonical form of modular arithmetic\r\noperations from bigint calls (e.g., if we compute the answer to be 2 in\r\nthe finite field of order 3, don't allow returning 5 even though 2 == 5\r\nmod 3).\r\n\r\n---------\r\n\r\nCo-authored-by: Austin Abell <[email protected]>", | ||
"timestamp": "2024-12-04T22:21:09Z", | ||
"tree_id": "30bbfd2a70519a85a21878df1b8ea00f683db954", | ||
"url": "https://github.com/risc0/risc0/commit/a1d9118982c8792c2fc9b296fd5608e72c8cc06f" | ||
}, | ||
"date": 1733351128200, | ||
"tool": "customBiggerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "execute", | ||
"value": 33551196, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "prove/sha-256", | ||
"value": 100554, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "prove/poseidon2", | ||
"value": 86634, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "lift", | ||
"value": 161978, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "join", | ||
"value": 150224, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "composite", | ||
"value": 98739, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "succinct", | ||
"value": 75260, | ||
"unit": "Hz" | ||
} | ||
] | ||
} | ||
], | ||
"macOS-cpu": [ | ||
|
@@ -63553,6 +63612,6 @@ window.BENCHMARK_DATA = { | |
} | ||
] | ||
}, | ||
"lastUpdate": 1733351118790, | ||
"lastUpdate": 1733351129818, | ||
"repoUrl": "https://github.com/risc0/risc0" | ||
} |