From 224b8eaf68e1480b235b724807b45009c93ad8e2 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 27 Sep 2024 17:21:36 -0700 Subject: [PATCH] add macOS-apple_m2_pro (customBiggerIsBetter) benchmark result for bc1f4ac5bcb07731641b6fc6dc13fecb121d1276 --- dev/bench/data.js | 61 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 60 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index 243c7c4c..50a6b5db 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -37138,6 +37138,65 @@ window.BENCHMARK_DATA = { "unit": "Hz" } ] + }, + { + "commit": { + "author": { + "email": "nils@risczero.com", + "name": "shkoo", + "username": "shkoo" + }, + "committer": { + "email": "noreply@github.com", + "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" } \ No newline at end of file