Skip to content

Commit

Permalink
add Linux-g6.xlarge (customBiggerIsBetter) benchmark result for 25915…
Browse files Browse the repository at this point in the history
…9dde2768a52a81b73212a14fb8558c07bc9
  • Loading branch information
github-action-benchmark committed Nov 6, 2024
1 parent d405b19 commit cbad643
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 @@ -55408,9 +55408,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": "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": 1730920568818,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "execute",
"value": 21736508,
"unit": "Hz"
},
{
"name": "prove/sha-256",
"value": 734745,
"unit": "Hz"
},
{
"name": "prove/poseidon2",
"value": 762636,
"unit": "Hz"
},
{
"name": "lift",
"value": 521951,
"unit": "Hz"
},
{
"name": "join",
"value": 358933,
"unit": "Hz"
},
{
"name": "composite",
"value": 713941,
"unit": "Hz"
},
{
"name": "succinct",
"value": 519089,
"unit": "Hz"
}
]
}
]
},
"lastUpdate": 1730920408085,
"lastUpdate": 1730920576188,
"repoUrl": "https://github.com/risc0/risc0"
}

0 comments on commit cbad643

Please sign in to comment.