diff --git a/dev/bench/data.js b/dev/bench/data.js index 884bf46d..d61a0597 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -48761,6 +48761,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": "f5b919fbe9d1fe47054f6868bae47f87398fc33e", + "message": "Programmatically split keccak funcs, move to consistent namespaces (#2616)\n\n* cuda is now in risc0::circuit::keccak::cuda, c++ is now in\r\nrisc0::circuit::keccak::cpu\r\n* Split execution generation into multiple files for parallel\r\ncompilation\r\n* Bump KECCAK_PO2 down to 16, since 17 is right on the edge of memory\r\nexhaustion", + "timestamp": "2024-12-06T15:18:44-08:00", + "tree_id": "98478b151e9aef6f55be78b60fe70ca36d1ef57b", + "url": "https://github.com/risc0/risc0/commit/f5b919fbe9d1fe47054f6868bae47f87398fc33e" + }, + "date": 1733527384799, + "tool": "customBiggerIsBetter", + "benches": [ + { + "name": "execute", + "value": 33337364, + "unit": "Hz" + }, + { + "name": "prove/sha-256", + "value": 100609, + "unit": "Hz" + }, + { + "name": "prove/poseidon2", + "value": 86968, + "unit": "Hz" + }, + { + "name": "lift", + "value": 161596, + "unit": "Hz" + }, + { + "name": "join", + "value": 149324, + "unit": "Hz" + }, + { + "name": "composite", + "value": 97954, + "unit": "Hz" + }, + { + "name": "succinct", + "value": 75853, + "unit": "Hz" + } + ] } ], "macOS-cpu": [ @@ -64025,6 +64084,6 @@ window.BENCHMARK_DATA = { } ] }, - "lastUpdate": 1733527372798, + "lastUpdate": 1733527386713, "repoUrl": "https://github.com/risc0/risc0" } \ No newline at end of file