-
Notifications
You must be signed in to change notification settings - Fork 523
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add halo2 Benchmark (cargo) benchmark result for 7a39f55
- Loading branch information
github-action-benchmark
committed
Dec 14, 2024
1 parent
c895b53
commit 17c6447
Showing
1 changed file
with
139 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1734134668656, | ||
"lastUpdate": 1734172183832, | ||
"repoUrl": "https://github.com/zcash/halo2", | ||
"entries": { | ||
"halo2 Benchmark": [ | ||
|
@@ -584,6 +584,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": "7a39f55246dda5cf78e6c849db3830b524402a19", | ||
"message": "Merge pull request #829 from zcash/sinsemilla-primitive\n\nMove Sinsemilla primitive impl into `sinsemilla` crate", | ||
"timestamp": "2024-12-14T23:21:30+13:00", | ||
"tree_id": "eeb19d67e8b820957ba48105ceea2eabf2176c1a", | ||
"url": "https://github.com/zcash/halo2/commit/7a39f55246dda5cf78e6c849db3830b524402a19" | ||
}, | ||
"date": 1734172178312, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "WIDTH = 3, RATE = 2-prover", | ||
"value": 71674134, | ||
"range": "± 5016933", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "WIDTH = 3, RATE = 2-verifier", | ||
"value": 4094539, | ||
"range": "± 190814", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "WIDTH = 9, RATE = 8-prover", | ||
"value": 135912472, | ||
"range": "± 2655909", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "WIDTH = 9, RATE = 8-verifier", | ||
"value": 4553306, | ||
"range": "± 155314", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "WIDTH = 12, RATE = 11-prover", | ||
"value": 187525144, | ||
"range": "± 4277508", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "WIDTH = 12, RATE = 11-verifier", | ||
"value": 4986578, | ||
"range": "± 108572", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Poseidon/2-to-1", | ||
"value": 31467, | ||
"range": "± 104", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Sinsemilla/hash-to-point/510", | ||
"value": 132692, | ||
"range": "± 1116", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Sinsemilla/hash/510", | ||
"value": 145927, | ||
"range": "± 622", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Sinsemilla/commit/510", | ||
"value": 234001, | ||
"range": "± 788", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Sinsemilla/short-commit/510", | ||
"value": 233851, | ||
"range": "± 1249", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Sinsemilla/hash-to-point/520", | ||
"value": 135356, | ||
"range": "± 2696", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Sinsemilla/hash/520", | ||
"value": 148667, | ||
"range": "± 414", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Sinsemilla/commit/520", | ||
"value": 236760, | ||
"range": "± 417", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Sinsemilla/short-commit/520", | ||
"value": 236696, | ||
"range": "± 1488", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Sinsemilla/hash-to-point/1086", | ||
"value": 283358, | ||
"range": "± 1267", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Sinsemilla/hash/1086", | ||
"value": 297488, | ||
"range": "± 1230", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Sinsemilla/commit/1086", | ||
"value": 384234, | ||
"range": "± 979", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Sinsemilla/short-commit/1086", | ||
"value": 384669, | ||
"range": "± 1144", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|