diff --git a/dev/bench/data.js b/dev/bench/data.js index de2931fd..258085cf 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -38554,6 +38554,65 @@ window.BENCHMARK_DATA = { "unit": "Hz" } ] + }, + { + "commit": { + "author": { + "email": "Andrew0ng@bitlayer.ltd", + "name": "AndreW0ng", + "username": "wz14" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "4f153e4e28ec7a3bd220d53fc43c8729d34c3660", + "message": "change visibility of groth16 proof (#2376)\n\nThis PR changes the visibility of some structures and functions of\r\ngroth16.\r\nIt's helpful to extract the *real* groth16 proof from r0 proof receipt\r\nfor those teams writing on-chain verifier themselves.", + "timestamp": "2024-10-10T01:57:37-07:00", + "tree_id": "6b513166f7fa6597399ff3f4801172d083aff46e", + "url": "https://github.com/risc0/risc0/commit/4f153e4e28ec7a3bd220d53fc43c8729d34c3660" + }, + "date": 1728550946306, + "tool": "customBiggerIsBetter", + "benches": [ + { + "name": "execute", + "value": 32750502, + "unit": "Hz" + }, + { + "name": "prove/sha-256", + "value": 113948, + "unit": "Hz" + }, + { + "name": "prove/poseidon2", + "value": 97621, + "unit": "Hz" + }, + { + "name": "lift", + "value": 158564, + "unit": "Hz" + }, + { + "name": "join", + "value": 147007, + "unit": "Hz" + }, + { + "name": "composite", + "value": 112779, + "unit": "Hz" + }, + { + "name": "succinct", + "value": 84183, + "unit": "Hz" + } + ] } ], "macOS-cpu": [ @@ -50455,6 +50514,6 @@ window.BENCHMARK_DATA = { } ] }, - "lastUpdate": 1728550902864, + "lastUpdate": 1728550947903, "repoUrl": "https://github.com/risc0/risc0" } \ No newline at end of file