Skip to content

Commit

Permalink
add halo2 Benchmark (cargo) benchmark result for 0d1851b
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 16, 2024
1 parent 17c6447 commit d4145b5
Showing 1 changed file with 139 additions and 1 deletion.
140 changes: 139 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": 1734172183832,
"lastUpdate": 1734363528650,
"repoUrl": "https://github.com/zcash/halo2",
"entries": {
"halo2 Benchmark": [
Expand Down Expand Up @@ -722,6 +722,144 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Jack Grigg",
"username": "str4d"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "0d1851b57a273cb0b6260a1f4f1168d00b3321ca",
"message": "Merge pull request #833 from zcash/fix-ci\n\nCI fixes",
"timestamp": "2024-12-17T04:30:40+13:00",
"tree_id": "2db3bce48e6ecb0c6ebb4694e05935c10100ea1f",
"url": "https://github.com/zcash/halo2/commit/0d1851b57a273cb0b6260a1f4f1168d00b3321ca"
},
"date": 1734363523917,
"tool": "cargo",
"benches": [
{
"name": "WIDTH = 3, RATE = 2-prover",
"value": 71301201,
"range": "± 5596835",
"unit": "ns/iter"
},
{
"name": "WIDTH = 3, RATE = 2-verifier",
"value": 4044846,
"range": "± 178294",
"unit": "ns/iter"
},
{
"name": "WIDTH = 9, RATE = 8-prover",
"value": 135360523,
"range": "± 3561703",
"unit": "ns/iter"
},
{
"name": "WIDTH = 9, RATE = 8-verifier",
"value": 4584518,
"range": "± 156087",
"unit": "ns/iter"
},
{
"name": "WIDTH = 12, RATE = 11-prover",
"value": 186674644,
"range": "± 5945683",
"unit": "ns/iter"
},
{
"name": "WIDTH = 12, RATE = 11-verifier",
"value": 5008118,
"range": "± 109112",
"unit": "ns/iter"
},
{
"name": "Poseidon/2-to-1",
"value": 31142,
"range": "± 856",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/hash-to-point/510",
"value": 132422,
"range": "± 641",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/hash/510",
"value": 145211,
"range": "± 653",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/commit/510",
"value": 234227,
"range": "± 4953",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/short-commit/510",
"value": 234188,
"range": "± 1750",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/hash-to-point/520",
"value": 135142,
"range": "± 3442",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/hash/520",
"value": 147824,
"range": "± 733",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/commit/520",
"value": 236958,
"range": "± 414",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/short-commit/520",
"value": 237033,
"range": "± 933",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/hash-to-point/1086",
"value": 282876,
"range": "± 2021",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/hash/1086",
"value": 295323,
"range": "± 863",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/commit/1086",
"value": 384581,
"range": "± 1334",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/short-commit/1086",
"value": 384509,
"range": "± 1335",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit d4145b5

Please sign in to comment.