-
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 bc…
…1f4ac5bcb07731641b6fc6dc13fecb121d1276
- Loading branch information
github-action-benchmark
committed
Sep 28, 2024
1 parent
ff863d6
commit 224b8ea
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 |
---|---|---|
|
@@ -37138,6 +37138,65 @@ window.BENCHMARK_DATA = { | |
"unit": "Hz" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "shkoo", | ||
"username": "shkoo" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "bc1f4ac5bcb07731641b6fc6dc13fecb121d1276", | ||
"message": "Remove zkpLayoutCompat code generation option (#2369)\n\nThis removes dependencies on the compatibility mode based on the\r\n`zkpLayoutCompat` option. In summary:\r\n\r\n* We now just have a `Reg` type instead of separate types for each\r\nbuffer\r\n* We now have separate DATA_LAYOUT, OUT_LAYOUT, etc. constants for each\r\nbuffer instead of just a combined `LAYOUT` constant.", | ||
"timestamp": "2024-09-28T00:17:02Z", | ||
"tree_id": "eeb080d3f12b62b34fa8cb408b13a8663fce8d8e", | ||
"url": "https://github.com/risc0/risc0/commit/bc1f4ac5bcb07731641b6fc6dc13fecb121d1276" | ||
}, | ||
"date": 1727482894382, | ||
"tool": "customBiggerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "execute", | ||
"value": 32625352, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "prove/sha-256", | ||
"value": 114652, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "prove/poseidon2", | ||
"value": 97791, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "lift", | ||
"value": 159173, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "join", | ||
"value": 147125, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "composite", | ||
"value": 113162, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "succinct", | ||
"value": 84641, | ||
"unit": "Hz" | ||
} | ||
] | ||
} | ||
], | ||
"macOS-cpu": [ | ||
|
@@ -48567,6 +48626,6 @@ window.BENCHMARK_DATA = { | |
} | ||
] | ||
}, | ||
"lastUpdate": 1727482867424, | ||
"lastUpdate": 1727482896033, | ||
"repoUrl": "https://github.com/risc0/risc0" | ||
} |