-
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-nvidia_rtx_3090_ti (customBiggerIsBetter) benchmark result …
…for 030503e5b06617f321beb4f66674b2482e5e4822
- Loading branch information
github-action-benchmark
committed
Nov 12, 2024
1 parent
13951bc
commit 161127b
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 |
---|---|---|
|
@@ -28475,6 +28475,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": "030503e5b06617f321beb4f66674b2482e5e4822", | ||
"message": "Redo RSA Acceleration (#2487)\n\nWe discovered that the approach used in #2481 was not playing well with\r\nlinking. This PR redoes the RSA acceleration wrappers to expect outside\r\ncrates to interact with an `extern \"C\"` API utilizing pointers to `[u32;\r\nWIDTH_WORDS]` rather than pulling in Rust wrapping functions, moving the\r\nwork of translating bigints into u32 words to the patched crates.\r\n\r\nBecause this moves wrapping code to patched crates, the\r\n`bigint-dig-shim` feature was dropped as unused and unnecessary.\r\n\r\nSee also related PRs #2488 and\r\nhttps://github.com/risc0/RustCrypto-RSA/pull/2 which will follow this\r\none\r\n\r\n---------\r\n\r\nCo-authored-by: Frank Laub <[email protected]>", | ||
"timestamp": "2024-11-12T19:33:20Z", | ||
"tree_id": "84039ef7fbc499cbe477f55f700add26e7b75b56", | ||
"url": "https://github.com/risc0/risc0/commit/030503e5b06617f321beb4f66674b2482e5e4822" | ||
}, | ||
"date": 1731440249599, | ||
"tool": "customBiggerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "execute", | ||
"value": 20973248, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "prove/sha-256", | ||
"value": 994307, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "prove/poseidon2", | ||
"value": 1006496, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "lift", | ||
"value": 596908, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "join", | ||
"value": 420208, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "composite", | ||
"value": 926593, | ||
"unit": "Hz" | ||
}, | ||
{ | ||
"name": "succinct", | ||
"value": 635935, | ||
"unit": "Hz" | ||
} | ||
] | ||
} | ||
], | ||
"macOS-apple_m2_pro": [ | ||
|
@@ -55942,6 +56001,6 @@ window.BENCHMARK_DATA = { | |
} | ||
] | ||
}, | ||
"lastUpdate": 1730944858155, | ||
"lastUpdate": 1731440252084, | ||
"repoUrl": "https://github.com/risc0/risc0" | ||
} |