Skip to content

Commit

Permalink
add Linux-cpu (customBiggerIsBetter) benchmark result for 2eba98b48e7…
Browse files Browse the repository at this point in the history
…e9914b75dd617622276a6cfd3af56
  • Loading branch information
github-action-benchmark committed Feb 4, 2025
1 parent 3c585a0 commit 02f012d
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 @@ -19163,6 +19163,65 @@ window.BENCHMARK_DATA = {
"unit": "Hz"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Remi Bernotavicius",
"username": "bobbobbio"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "2eba98b48e7e9914b75dd617622276a6cfd3af56",
"message": "ZKVM-578: Add bigint2 benchmarks to the datasheet (#2784)\n\nThis adds two benchmarks, one for execute and one for prove_segment.\r\n\r\nThe guest program runs k256 ECDSA verify in a loop.\r\n\r\nThe execute benchmark does about 1M cycles like the existing benchmark.\r\n\r\nThe prove_segment benchmark proves one full segment of this.\r\n\r\nWe use po2=20, which is the default",
"timestamp": "2025-02-04T00:36:01Z",
"tree_id": "d8b90b3cf7c21af44fb4f6087ddd80dcf4b7d803",
"url": "https://github.com/risc0/risc0/commit/2eba98b48e7e9914b75dd617622276a6cfd3af56"
},
"date": 1738629803546,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "execute",
"value": 19911824,
"unit": "Hz"
},
{
"name": "prove/sha-256",
"value": 30715,
"unit": "Hz"
},
{
"name": "prove/poseidon2",
"value": 22170,
"unit": "Hz"
},
{
"name": "lift",
"value": 45204,
"unit": "Hz"
},
{
"name": "join",
"value": 43944,
"unit": "Hz"
},
{
"name": "composite",
"value": 29153,
"unit": "Hz"
},
{
"name": "succinct",
"value": 15742,
"unit": "Hz"
}
]
}
],
"Linux-nvidia_rtx_3090_ti": [
Expand Down Expand Up @@ -75707,6 +75766,6 @@ window.BENCHMARK_DATA = {
}
]
},
"lastUpdate": 1738629656056,
"lastUpdate": 1738629814370,
"repoUrl": "https://github.com/risc0/risc0"
}

0 comments on commit 02f012d

Please sign in to comment.