Skip to content

Commit

Permalink
add halo2 Benchmark (cargo) benchmark result for fed6b00
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 16, 2024
1 parent bf3be7c commit 68ec9b1
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": 1734371976571,
"lastUpdate": 1734376274864,
"repoUrl": "https://github.com/zcash/halo2",
"entries": {
"halo2 Benchmark": [
Expand Down Expand Up @@ -1136,6 +1136,144 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "jack@electriccoin.co",
"name": "Jack Grigg",
"username": "str4d"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "fed6b000857f27e23ddb07454da8bde4697204f7",
"message": "Merge pull request #835 from zcash/halo2_poseidon-0.1.0\n\nhalo2_poseidon 0.1.0",
"timestamp": "2024-12-17T08:02:56+13:00",
"tree_id": "052371a115a6f3a4d91bcbdf00fa4ee5680d4ee7",
"url": "https://github.com/zcash/halo2/commit/fed6b000857f27e23ddb07454da8bde4697204f7"
},
"date": 1734376270167,
"tool": "cargo",
"benches": [
{
"name": "WIDTH = 3, RATE = 2-prover",
"value": 71938818,
"range": "± 5178560",
"unit": "ns/iter"
},
{
"name": "WIDTH = 3, RATE = 2-verifier",
"value": 4020442,
"range": "± 78840",
"unit": "ns/iter"
},
{
"name": "WIDTH = 9, RATE = 8-prover",
"value": 137220690,
"range": "± 3734548",
"unit": "ns/iter"
},
{
"name": "WIDTH = 9, RATE = 8-verifier",
"value": 4615764,
"range": "± 237858",
"unit": "ns/iter"
},
{
"name": "WIDTH = 12, RATE = 11-prover",
"value": 188938919,
"range": "± 4270468",
"unit": "ns/iter"
},
{
"name": "WIDTH = 12, RATE = 11-verifier",
"value": 5002683,
"range": "± 93895",
"unit": "ns/iter"
},
{
"name": "Poseidon/2-to-1",
"value": 31105,
"range": "± 154",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/hash-to-point/510",
"value": 132873,
"range": "± 3612",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/hash/510",
"value": 145941,
"range": "± 441",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/commit/510",
"value": 236910,
"range": "± 287",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/short-commit/510",
"value": 238055,
"range": "± 901",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/hash-to-point/520",
"value": 135654,
"range": "± 408",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/hash/520",
"value": 148595,
"range": "± 672",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/commit/520",
"value": 239610,
"range": "± 331",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/short-commit/520",
"value": 239685,
"range": "± 653",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/hash-to-point/1086",
"value": 283822,
"range": "± 1166",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/hash/1086",
"value": 297026,
"range": "± 909",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/commit/1086",
"value": 389212,
"range": "± 2380",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/short-commit/1086",
"value": 388985,
"range": "± 2120",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 68ec9b1

Please sign in to comment.