Skip to content

Commit

Permalink
add macOS-cpu (customBiggerIsBetter) benchmark result for a78ad5f6136…
Browse files Browse the repository at this point in the history
…bfb218c31f7adb429e05a307bd51a
  • Loading branch information
github-action-benchmark committed Apr 17, 2024
1 parent 818417b commit feca1d8
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
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1713390702821,
"lastUpdate": 1713391141590,
"repoUrl": "https://github.com/risc0/risc0",
"entries": {
"macOS-cpu": [
Expand Down Expand Up @@ -21299,6 +21299,65 @@ window.BENCHMARK_DATA = {
"unit": "Hz"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Erik Kaneda",
"username": "SchmErik"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "a78ad5f6136bfb218c31f7adb429e05a307bd51a",
"message": "Return ProveInfo from prover (#1681)\n\nThis PR changes `prover.prove()` to return a new struct called\r\n`ProveInfo` that contains the receipt, number of segments, total cycles,\r\nand total user cycles. This is helpful because it allows users to access\r\nmore information about the proof generation through the prover API.",
"timestamp": "2024-04-17T21:32:30Z",
"tree_id": "833e3f58e2bbea5ed462cdaf3cb1735f07d36915",
"url": "https://github.com/risc0/risc0/commit/a78ad5f6136bfb218c31f7adb429e05a307bd51a"
},
"date": 1713391139032,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "execute",
"value": 16176035,
"unit": "Hz"
},
{
"name": "prove/sha-256",
"value": 26716,
"unit": "Hz"
},
{
"name": "prove/poseidon2",
"value": 18479,
"unit": "Hz"
},
{
"name": "lift",
"value": 32182,
"unit": "Hz"
},
{
"name": "join",
"value": 31403,
"unit": "Hz"
},
{
"name": "composite",
"value": 27390,
"unit": "Hz"
},
{
"name": "succinct",
"value": 16176,
"unit": "Hz"
}
]
}
],
"Linux-nvidia_rtx_a5000": [
Expand Down

0 comments on commit feca1d8

Please sign in to comment.