-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Linux-cpu (customBiggerIsBetter) benchmark result for f38fe94fd4b…
…ddddb648ffc4fd8995bbfc3af899e
- Loading branch information
github-action-benchmark
committed
Nov 14, 2024
1 parent
7d2e5c9
commit b6c350d
Showing
1 changed file
with
60 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14620,6 +14620,65 @@ window.BENCHMARK_DATA = { | |
"unit": "Hz" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Frank Laub", | ||
"username": "flaub" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"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": 1731550931382, | ||
"tool": "customBiggerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "execute", | ||
"value": 22028760, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "prove/sha-256", | ||
"value": 31956, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "prove/poseidon2", | ||
"value": 22192, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "lift", | ||
"value": 44143, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "join", | ||
"value": 42739, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "composite", | ||
"value": 32092, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "succinct", | ||
"value": 19691, | ||
"unit": "Hz" | ||
} | ||
] | ||
} | ||
], | ||
"Linux-nvidia_rtx_3090_ti": [ | ||
|
@@ -57476,6 +57535,6 @@ window.BENCHMARK_DATA = { | |
} | ||
] | ||
}, | ||
"lastUpdate": 1731550790507, | ||
"lastUpdate": 1731550941187, | ||
"repoUrl": "https://github.com/risc0/risc0" | ||
} |