diff --git a/dev/bench/data.js b/dev/bench/data.js index ceedb1d0..88b8f9e6 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -33136,6 +33136,65 @@ 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": 1733732379135, + "tool": "customBiggerIsBetter", + "benches": [ + { + "name": "execute", + "value": 21943078, + "unit": "Hz" + }, + { + "name": "prove/sha-256", + "value": 980468, + "unit": "Hz" + }, + { + "name": "prove/poseidon2", + "value": 988851, + "unit": "Hz" + }, + { + "name": "lift", + "value": 620117, + "unit": "Hz" + }, + { + "name": "join", + "value": 434960, + "unit": "Hz" + }, + { + "name": "composite", + "value": 779303, + "unit": "Hz" + }, + { + "name": "succinct", + "value": 370069, + "unit": "Hz" + } + ] } ], "macOS-apple_m2_pro": [ @@ -65205,6 +65264,6 @@ window.BENCHMARK_DATA = { } ] }, - "lastUpdate": 1733731823280, + "lastUpdate": 1733732381857, "repoUrl": "https://github.com/risc0/risc0" } \ No newline at end of file