Skip to content

Commit

Permalink
add Linux-nvidia_rtx_3090_ti (customBiggerIsBetter) benchmark result …
Browse files Browse the repository at this point in the history
…for 259159dde2768a52a81b73212a14fb8558c07bc9
  • Loading branch information
github-action-benchmark committed Nov 6, 2024
1 parent 737b46e commit 731c7ff
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 @@ -28121,6 +28121,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": "259159dde2768a52a81b73212a14fb8558c07bc9",
"message": "Add RSA syscall (#2481)\n\nExtends our RSA acceleration support to enable accelerated computation\r\nof the RSA exponentiation (instead of just accelerated verification of\r\nthe result of an RSA exponentiation). This is accomplished by adding an\r\nRSA syscall which allows the guest to request that the host provide the\r\nresult of the RSA operation, which it can then verify via the recursion\r\ncircuit bigint RSA accelerator.\r\n\r\nThis PR also adds a convenient API for accessing this RSA acceleration:\r\n`modpow_65537`. This takes in two `BigUint`s, a `base` and a `modulus`,\r\nand computes `base^65537 % modulus` (where `^` is exponentiation) via\r\nthis syscall + bigint proof mechanism. For convenience in patching into\r\nother crates, two bigint libraries are available for this API: By\r\ndefault, it will use `num_bigint`, but if the `bigint-dig-shim` feature\r\nof `risc0-circuit-bigint` is enabled it will instead use\r\n`num_bigint_dig`.\r\n\r\n---------\r\n\r\nCo-authored-by: Frank Laub <[email protected]>",
"timestamp": "2024-11-06T19:09:09Z",
"tree_id": "1ab3ab3409b4892af3de512437a38d2a7b5ccbde",
"url": "https://github.com/risc0/risc0/commit/259159dde2768a52a81b73212a14fb8558c07bc9"
},
"date": 1730920396293,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "execute",
"value": 21267262,
"unit": "Hz"
},
{
"name": "prove/sha-256",
"value": 993821,
"unit": "Hz"
},
{
"name": "prove/poseidon2",
"value": 1004816,
"unit": "Hz"
},
{
"name": "lift",
"value": 592432,
"unit": "Hz"
},
{
"name": "join",
"value": 422881,
"unit": "Hz"
},
{
"name": "composite",
"value": 927003,
"unit": "Hz"
},
{
"name": "succinct",
"value": 639414,
"unit": "Hz"
}
]
}
],
"macOS-apple_m2_pro": [
Expand Down Expand Up @@ -55293,6 +55352,6 @@ window.BENCHMARK_DATA = {
}
]
},
"lastUpdate": 1730879842875,
"lastUpdate": 1730920398859,
"repoUrl": "https://github.com/risc0/risc0"
}

0 comments on commit 731c7ff

Please sign in to comment.