Skip to content

Commit

Permalink
add halo2 Benchmark (cargo) benchmark result for c91cc5c
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 16, 2024
1 parent d4145b5 commit 0fca3dc
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": 1734363528650,
"lastUpdate": 1734366593809,
"repoUrl": "https://github.com/zcash/halo2",
"entries": {
"halo2 Benchmark": [
Expand Down Expand Up @@ -860,6 +860,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": "c91cc5cd1bf1ca48cef2fea33eb50f75d5420378",
"message": "Merge pull request #831 from zcash/poseidon-primitive\n\nMove Poseidon primitive into `halo2_poseidon`",
"timestamp": "2024-12-17T05:21:36+13:00",
"tree_id": "1cc04ee701239a2ec7f18cc96111d59a24993584",
"url": "https://github.com/zcash/halo2/commit/c91cc5cd1bf1ca48cef2fea33eb50f75d5420378"
},
"date": 1734366588579,
"tool": "cargo",
"benches": [
{
"name": "WIDTH = 3, RATE = 2-prover",
"value": 72291251,
"range": "± 2729921",
"unit": "ns/iter"
},
{
"name": "WIDTH = 3, RATE = 2-verifier",
"value": 4034735,
"range": "± 59292",
"unit": "ns/iter"
},
{
"name": "WIDTH = 9, RATE = 8-prover",
"value": 137162014,
"range": "± 3307093",
"unit": "ns/iter"
},
{
"name": "WIDTH = 9, RATE = 8-verifier",
"value": 4612882,
"range": "± 143098",
"unit": "ns/iter"
},
{
"name": "WIDTH = 12, RATE = 11-prover",
"value": 189350152,
"range": "± 3722679",
"unit": "ns/iter"
},
{
"name": "WIDTH = 12, RATE = 11-verifier",
"value": 5026296,
"range": "± 160330",
"unit": "ns/iter"
},
{
"name": "Poseidon/2-to-1",
"value": 31315,
"range": "± 165",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/hash-to-point/510",
"value": 132283,
"range": "± 389",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/hash/510",
"value": 144858,
"range": "± 583",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/commit/510",
"value": 233436,
"range": "± 2301",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/short-commit/510",
"value": 233362,
"range": "± 15897",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/hash-to-point/520",
"value": 134986,
"range": "± 374",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/hash/520",
"value": 147580,
"range": "± 335",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/commit/520",
"value": 236040,
"range": "± 807",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/short-commit/520",
"value": 236040,
"range": "± 1282",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/hash-to-point/1086",
"value": 282381,
"range": "± 17410",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/hash/1086",
"value": 295001,
"range": "± 1056",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/commit/1086",
"value": 383534,
"range": "± 13586",
"unit": "ns/iter"
},
{
"name": "Sinsemilla/short-commit/1086",
"value": 383561,
"range": "± 3338",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 0fca3dc

Please sign in to comment.