diff --git a/dev/bench/data.js b/dev/bench/data.js index 21e4f077..a825ad43 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -43805,6 +43805,65 @@ window.BENCHMARK_DATA = { "unit": "Hz" } ] + }, + { + "commit": { + "author": { + "email": "flaub@risc0.com", + "name": "Frank Laub", + "username": "flaub" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "f38fe94fd4bddddb648ffc4fd8995bbfc3af899e", + "message": "Ensure blob is aligned (#2506)\n\nIt's possible for `include_bytes!` to land on an unaligned address,\r\nleading to `LoadAddressMisaligned` errors in some cases. This will\r\nprevent that.", + "timestamp": "2024-11-13T18:15:24-08:00", + "tree_id": "a6edd573ce92cf8b6c7caf557834f66ed2b6efc5", + "url": "https://github.com/risc0/risc0/commit/f38fe94fd4bddddb648ffc4fd8995bbfc3af899e" + }, + "date": 1731550788084, + "tool": "customBiggerIsBetter", + "benches": [ + { + "name": "execute", + "value": 32722306, + "unit": "Hz" + }, + { + "name": "prove/sha-256", + "value": 101340, + "unit": "Hz" + }, + { + "name": "prove/poseidon2", + "value": 86946, + "unit": "Hz" + }, + { + "name": "lift", + "value": 160325, + "unit": "Hz" + }, + { + "name": "join", + "value": 148103, + "unit": "Hz" + }, + { + "name": "composite", + "value": 99319, + "unit": "Hz" + }, + { + "name": "succinct", + "value": 75154, + "unit": "Hz" + } + ] } ], "macOS-cpu": [ @@ -57417,6 +57476,6 @@ window.BENCHMARK_DATA = { } ] }, - "lastUpdate": 1731550778473, + "lastUpdate": 1731550790507, "repoUrl": "https://github.com/risc0/risc0" } \ No newline at end of file