Skip to content

Commit d4145b5

Browse files
author
github-action-benchmark
committed
add halo2 Benchmark (cargo) benchmark result for 0d1851b
1 parent 17c6447 commit d4145b5

File tree

1 file changed

+139
-1
lines changed

1 file changed

+139
-1
lines changed

dev/bench/data.js

Lines changed: 139 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1734172183832,
2+
"lastUpdate": 1734363528650,
33
"repoUrl": "https://github.com/zcash/halo2",
44
"entries": {
55
"halo2 Benchmark": [
@@ -722,6 +722,144 @@ window.BENCHMARK_DATA = {
722722
"unit": "ns/iter"
723723
}
724724
]
725+
},
726+
{
727+
"commit": {
728+
"author": {
729+
"email": "[email protected]",
730+
"name": "Jack Grigg",
731+
"username": "str4d"
732+
},
733+
"committer": {
734+
"email": "[email protected]",
735+
"name": "GitHub",
736+
"username": "web-flow"
737+
},
738+
"distinct": true,
739+
"id": "0d1851b57a273cb0b6260a1f4f1168d00b3321ca",
740+
"message": "Merge pull request #833 from zcash/fix-ci\n\nCI fixes",
741+
"timestamp": "2024-12-17T04:30:40+13:00",
742+
"tree_id": "2db3bce48e6ecb0c6ebb4694e05935c10100ea1f",
743+
"url": "https://github.com/zcash/halo2/commit/0d1851b57a273cb0b6260a1f4f1168d00b3321ca"
744+
},
745+
"date": 1734363523917,
746+
"tool": "cargo",
747+
"benches": [
748+
{
749+
"name": "WIDTH = 3, RATE = 2-prover",
750+
"value": 71301201,
751+
"range": "± 5596835",
752+
"unit": "ns/iter"
753+
},
754+
{
755+
"name": "WIDTH = 3, RATE = 2-verifier",
756+
"value": 4044846,
757+
"range": "± 178294",
758+
"unit": "ns/iter"
759+
},
760+
{
761+
"name": "WIDTH = 9, RATE = 8-prover",
762+
"value": 135360523,
763+
"range": "± 3561703",
764+
"unit": "ns/iter"
765+
},
766+
{
767+
"name": "WIDTH = 9, RATE = 8-verifier",
768+
"value": 4584518,
769+
"range": "± 156087",
770+
"unit": "ns/iter"
771+
},
772+
{
773+
"name": "WIDTH = 12, RATE = 11-prover",
774+
"value": 186674644,
775+
"range": "± 5945683",
776+
"unit": "ns/iter"
777+
},
778+
{
779+
"name": "WIDTH = 12, RATE = 11-verifier",
780+
"value": 5008118,
781+
"range": "± 109112",
782+
"unit": "ns/iter"
783+
},
784+
{
785+
"name": "Poseidon/2-to-1",
786+
"value": 31142,
787+
"range": "± 856",
788+
"unit": "ns/iter"
789+
},
790+
{
791+
"name": "Sinsemilla/hash-to-point/510",
792+
"value": 132422,
793+
"range": "± 641",
794+
"unit": "ns/iter"
795+
},
796+
{
797+
"name": "Sinsemilla/hash/510",
798+
"value": 145211,
799+
"range": "± 653",
800+
"unit": "ns/iter"
801+
},
802+
{
803+
"name": "Sinsemilla/commit/510",
804+
"value": 234227,
805+
"range": "± 4953",
806+
"unit": "ns/iter"
807+
},
808+
{
809+
"name": "Sinsemilla/short-commit/510",
810+
"value": 234188,
811+
"range": "± 1750",
812+
"unit": "ns/iter"
813+
},
814+
{
815+
"name": "Sinsemilla/hash-to-point/520",
816+
"value": 135142,
817+
"range": "± 3442",
818+
"unit": "ns/iter"
819+
},
820+
{
821+
"name": "Sinsemilla/hash/520",
822+
"value": 147824,
823+
"range": "± 733",
824+
"unit": "ns/iter"
825+
},
826+
{
827+
"name": "Sinsemilla/commit/520",
828+
"value": 236958,
829+
"range": "± 414",
830+
"unit": "ns/iter"
831+
},
832+
{
833+
"name": "Sinsemilla/short-commit/520",
834+
"value": 237033,
835+
"range": "± 933",
836+
"unit": "ns/iter"
837+
},
838+
{
839+
"name": "Sinsemilla/hash-to-point/1086",
840+
"value": 282876,
841+
"range": "± 2021",
842+
"unit": "ns/iter"
843+
},
844+
{
845+
"name": "Sinsemilla/hash/1086",
846+
"value": 295323,
847+
"range": "± 863",
848+
"unit": "ns/iter"
849+
},
850+
{
851+
"name": "Sinsemilla/commit/1086",
852+
"value": 384581,
853+
"range": "± 1334",
854+
"unit": "ns/iter"
855+
},
856+
{
857+
"name": "Sinsemilla/short-commit/1086",
858+
"value": 384509,
859+
"range": "± 1335",
860+
"unit": "ns/iter"
861+
}
862+
]
725863
}
726864
]
727865
}

0 commit comments

Comments
 (0)