diff --git a/dev/bench/data.js b/dev/bench/data.js index 9badd75f..862c2877 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -40678,6 +40678,65 @@ window.BENCHMARK_DATA = { "unit": "Hz" } ] + }, + { + "commit": { + "author": { + "email": "tim.zerrell@risczero.com", + "name": "Tim Zerrell", + "username": "tzerrell" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "31597c27633350b7752a12ab8a2d73a238b27ca0", + "message": "Remove bigint EC circuits, add unbatched RSA (#2443)\n\nRemoves the current draft of bigint elliptic curve circuits, which won't\r\nbe performant in their current form, and adds an unbatched RSA circuit.", + "timestamp": "2024-10-25T05:35:17Z", + "tree_id": "ac932c944d864db996be9d3bcecc4246092b1134", + "url": "https://github.com/risc0/risc0/commit/31597c27633350b7752a12ab8a2d73a238b27ca0" + }, + "date": 1729834773311, + "tool": "customBiggerIsBetter", + "benches": [ + { + "name": "execute", + "value": 32531372, + "unit": "Hz" + }, + { + "name": "prove/sha-256", + "value": 103472, + "unit": "Hz" + }, + { + "name": "prove/poseidon2", + "value": 90922, + "unit": "Hz" + }, + { + "name": "lift", + "value": 162049, + "unit": "Hz" + }, + { + "name": "join", + "value": 150117, + "unit": "Hz" + }, + { + "name": "composite", + "value": 102446, + "unit": "Hz" + }, + { + "name": "succinct", + "value": 78803, + "unit": "Hz" + } + ] } ], "macOS-cpu": [ @@ -53228,6 +53287,6 @@ window.BENCHMARK_DATA = { } ] }, - "lastUpdate": 1729834768049, + "lastUpdate": 1729834774893, "repoUrl": "https://github.com/risc0/risc0" } \ No newline at end of file