diff --git a/dev/bench/data.js b/dev/bench/data.js index 53e3b497..f254540d 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -33962,6 +33962,65 @@ window.BENCHMARK_DATA = { "unit": "Hz" } ] + }, + { + "commit": { + "author": { + "email": "erik@risczero.com", + "name": "Erik Kaneda", + "username": "SchmErik" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "ad2157299693f648bf1bf85716d1a9474f431e0e", + "message": "Optimize hash single keccak (#2645)\n\nThis brings down `sha_single_keccak` from 1843 cycles to 385 cycles. Out\r\nof the 385 cycles, 288 are from calling sha256 precompile so we're only\r\nadding 89 cycles.\r\n\r\n---------\r\n\r\nCo-authored-by: Frank Laub ", + "timestamp": "2024-12-12T01:46:44-08:00", + "tree_id": "0f9d4495015f34750ab904901a5cbb07a27ee51e", + "url": "https://github.com/risc0/risc0/commit/ad2157299693f648bf1bf85716d1a9474f431e0e" + }, + "date": 1733997053330, + "tool": "customBiggerIsBetter", + "benches": [ + { + "name": "execute", + "value": 19423726, + "unit": "Hz" + }, + { + "name": "prove/sha-256", + "value": 974209, + "unit": "Hz" + }, + { + "name": "prove/poseidon2", + "value": 988253, + "unit": "Hz" + }, + { + "name": "lift", + "value": 623422, + "unit": "Hz" + }, + { + "name": "join", + "value": 438128, + "unit": "Hz" + }, + { + "name": "composite", + "value": 773507, + "unit": "Hz" + }, + { + "name": "succinct", + "value": 368118, + "unit": "Hz" + } + ] } ], "macOS-apple_m2_pro": [ @@ -66857,6 +66916,6 @@ window.BENCHMARK_DATA = { } ] }, - "lastUpdate": 1733990236015, + "lastUpdate": 1733997056072, "repoUrl": "https://github.com/risc0/risc0" } \ No newline at end of file