diff --git a/dev/bench/data.js b/dev/bench/data.js index e2a394e5..04e3ca1c 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -65379,9 +65379,68 @@ window.BENCHMARK_DATA = { "unit": "Hz" } ] + }, + { + "commit": { + "author": { + "email": "austinabell8@gmail.com", + "name": "Austin Abell", + "username": "austinabell" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "b140442a4da28875256bcfb3ef2c2f2a40462551", + "message": "optimize buffer pointer swapping in bigint2 EC (#2612)\n\nSwapping the memory addresses of the pointers is possible and more\r\noptimized than this. This shaves off ~6000 cycles from a signature\r\nverify (~2%), but imo also cleaner code.\r\n\r\nCo-authored-by: Erik Kaneda \r\nCo-authored-by: Frank Laub ", + "timestamp": "2024-12-09T00:10:27-08:00", + "tree_id": "9514eb08d474d87eecd667f5a55a321155c55e38", + "url": "https://github.com/risc0/risc0/commit/b140442a4da28875256bcfb3ef2c2f2a40462551" + }, + "date": 1733732654278, + "tool": "customBiggerIsBetter", + "benches": [ + { + "name": "execute", + "value": 21900368, + "unit": "Hz" + }, + { + "name": "prove/sha-256", + "value": 735963, + "unit": "Hz" + }, + { + "name": "prove/poseidon2", + "value": 757332, + "unit": "Hz" + }, + { + "name": "lift", + "value": 539966, + "unit": "Hz" + }, + { + "name": "join", + "value": 363416, + "unit": "Hz" + }, + { + "name": "composite", + "value": 601848, + "unit": "Hz" + }, + { + "name": "succinct", + "value": 302605, + "unit": "Hz" + } + ] } ] }, - "lastUpdate": 1733732640145, + "lastUpdate": 1733732664855, "repoUrl": "https://github.com/risc0/risc0" } \ No newline at end of file