Skip to content

Commit

Permalink
add Linux-g6.xlarge (customBiggerIsBetter) benchmark result for 03050…
Browse files Browse the repository at this point in the history
…3e5b06617f321beb4f66674b2482e5e4822
  • Loading branch information
github-action-benchmark committed Nov 12, 2024
1 parent 8b8c0d3 commit 3ec9fe3
Showing 1 changed file with 60 additions and 1 deletion.
61 changes: 60 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -56116,9 +56116,68 @@ 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": 1731440425674,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "execute",
"value": 20615458,
"unit": "Hz"
},
{
"name": "prove/sha-256",
"value": 747764,
"unit": "Hz"
},
{
"name": "prove/poseidon2",
"value": 774034,
"unit": "Hz"
},
{
"name": "lift",
"value": 510928,
"unit": "Hz"
},
{
"name": "join",
"value": 341687,
"unit": "Hz"
},
{
"name": "composite",
"value": 711688,
"unit": "Hz"
},
{
"name": "succinct",
"value": 512487,
"unit": "Hz"
}
]
}
]
},
"lastUpdate": 1731440387315,
"lastUpdate": 1731440433155,
"repoUrl": "https://github.com/risc0/risc0"
}

0 comments on commit 3ec9fe3

Please sign in to comment.