Skip to content

Commit

Permalink
add Linux-cpu (customBiggerIsBetter) benchmark result for 0f90d30b3f4…
Browse files Browse the repository at this point in the history
…30384ba48a1795371555c28a29b9e
  • Loading branch information
github-action-benchmark committed Nov 18, 2024
1 parent 3b62785 commit 77efb89
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 @@ -14915,6 +14915,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": "0f90d30b3f430384ba48a1795371555c28a29b9e",
"message": "Add EC Mul and Add acceleration (#2513)\n\nAdds elliptic curve acceleration via bigint2 for addition and scalar\r\nmultiplication. This also includes a fix to allow bigint2 codegen with\r\nnegative intermediates.\r\n\r\nNote that current support is only for secp256k1; more generic curve\r\nsupport is future work.\r\n\r\n---------\r\n\r\nCo-authored-by: Frank Laub <[email protected]>",
"timestamp": "2024-11-18T19:33:57Z",
"tree_id": "99571180bc4315d71827b04a913d697ed75df056",
"url": "https://github.com/risc0/risc0/commit/0f90d30b3f430384ba48a1795371555c28a29b9e"
},
"date": 1731958840961,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "execute",
"value": 22282402,
"unit": "Hz"
},
{
"name": "prove/sha-256",
"value": 31987,
"unit": "Hz"
},
{
"name": "prove/poseidon2",
"value": 22209,
"unit": "Hz"
},
{
"name": "lift",
"value": 44235,
"unit": "Hz"
},
{
"name": "join",
"value": 42720,
"unit": "Hz"
},
{
"name": "composite",
"value": 32142,
"unit": "Hz"
},
{
"name": "succinct",
"value": 19700,
"unit": "Hz"
}
]
}
],
"Linux-nvidia_rtx_3090_ti": [
Expand Down Expand Up @@ -58656,6 +58715,6 @@ window.BENCHMARK_DATA = {
}
]
},
"lastUpdate": 1731958704682,
"lastUpdate": 1731958849078,
"repoUrl": "https://github.com/risc0/risc0"
}

0 comments on commit 77efb89

Please sign in to comment.