-
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 c724cc14e31…
…6ff7bfae146bbbf2676515dac2a46
- Loading branch information
github-action-benchmark
committed
Nov 25, 2024
1 parent
aa3da22
commit 01aab46
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 |
---|---|---|
|
@@ -15387,6 +15387,65 @@ window.BENCHMARK_DATA = { | |
"unit": "Hz" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Tim Zerrell", | ||
"username": "tzerrell" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "c724cc14e316ff7bfae146bbbf2676515dac2a46", | ||
"message": "Expand RSA to 4096 bits in bigint2 (#2545)\n\nAdjust modpow_65537 to work with 4096 bit values instead of 3072 bit\r\nvalues. Smaller bitwidths are still supported (as long as they are\r\nzero-padded to 4096).\r\n\r\nThis comes at a mild perf cost, and so in the long run we want more\r\noptionality here, or perhaps a different approach (modmul-based). But\r\nfor now, this increases compatibility.\r\n\r\nBased on https://github.com/risc0/zirgen/pull/88", | ||
"timestamp": "2024-11-25T21:03:46Z", | ||
"tree_id": "70546eda4404913f4730c2dfe4c73138eef4c5c0", | ||
"url": "https://github.com/risc0/risc0/commit/c724cc14e316ff7bfae146bbbf2676515dac2a46" | ||
}, | ||
"date": 1732569082471, | ||
"tool": "customBiggerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "execute", | ||
"value": 21459560, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "prove/sha-256", | ||
"value": 31723, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "prove/poseidon2", | ||
"value": 22065, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "lift", | ||
"value": 43987, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "join", | ||
"value": 42619, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "composite", | ||
"value": 31662, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "succinct", | ||
"value": 19580, | ||
"unit": "Hz" | ||
} | ||
] | ||
} | ||
], | ||
"Linux-nvidia_rtx_3090_ti": [ | ||
|
@@ -60603,6 +60662,6 @@ window.BENCHMARK_DATA = { | |
} | ||
] | ||
}, | ||
"lastUpdate": 1732569077901, | ||
"lastUpdate": 1732569092456, | ||
"repoUrl": "https://github.com/risc0/risc0" | ||
} |