Skip to content

Commit

Permalink
add macOS-apple_m2_pro (customBiggerIsBetter) benchmark result for 25…
Browse files Browse the repository at this point in the history
…9159dde2768a52a81b73212a14fb8558c07bc9
  • Loading branch information
github-action-benchmark committed Nov 6, 2024
1 parent 731c7ff commit d405b19
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 @@ -42271,6 +42271,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": 1730920406201,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "execute",
"value": 31521498,
"unit": "Hz"
},
{
"name": "prove/sha-256",
"value": 104152,
"unit": "Hz"
},
{
"name": "prove/poseidon2",
"value": 89444,
"unit": "Hz"
},
{
"name": "lift",
"value": 162053,
"unit": "Hz"
},
{
"name": "join",
"value": 150528,
"unit": "Hz"
},
{
"name": "composite",
"value": 101026,
"unit": "Hz"
},
{
"name": "succinct",
"value": 78699,
"unit": "Hz"
}
]
}
],
"macOS-cpu": [
Expand Down Expand Up @@ -55352,6 +55411,6 @@ window.BENCHMARK_DATA = {
}
]
},
"lastUpdate": 1730920398859,
"lastUpdate": 1730920408085,
"repoUrl": "https://github.com/risc0/risc0"
}

0 comments on commit d405b19

Please sign in to comment.