Skip to content

Commit 17c6447

Browse files
author
github-action-benchmark
committed
add halo2 Benchmark (cargo) benchmark result for 7a39f55
1 parent c895b53 commit 17c6447

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": 1734134668656,
2+
"lastUpdate": 1734172183832,
33
"repoUrl": "https://github.com/zcash/halo2",
44
"entries": {
55
"halo2 Benchmark": [
@@ -584,6 +584,144 @@ window.BENCHMARK_DATA = {
584584
"unit": "ns/iter"
585585
}
586586
]
587+
},
588+
{
589+
"commit": {
590+
"author": {
591+
"email": "[email protected]",
592+
"name": "Jack Grigg",
593+
"username": "str4d"
594+
},
595+
"committer": {
596+
"email": "[email protected]",
597+
"name": "GitHub",
598+
"username": "web-flow"
599+
},
600+
"distinct": true,
601+
"id": "7a39f55246dda5cf78e6c849db3830b524402a19",
602+
"message": "Merge pull request #829 from zcash/sinsemilla-primitive\n\nMove Sinsemilla primitive impl into `sinsemilla` crate",
603+
"timestamp": "2024-12-14T23:21:30+13:00",
604+
"tree_id": "eeb19d67e8b820957ba48105ceea2eabf2176c1a",
605+
"url": "https://github.com/zcash/halo2/commit/7a39f55246dda5cf78e6c849db3830b524402a19"
606+
},
607+
"date": 1734172178312,
608+
"tool": "cargo",
609+
"benches": [
610+
{
611+
"name": "WIDTH = 3, RATE = 2-prover",
612+
"value": 71674134,
613+
"range": "± 5016933",
614+
"unit": "ns/iter"
615+
},
616+
{
617+
"name": "WIDTH = 3, RATE = 2-verifier",
618+
"value": 4094539,
619+
"range": "± 190814",
620+
"unit": "ns/iter"
621+
},
622+
{
623+
"name": "WIDTH = 9, RATE = 8-prover",
624+
"value": 135912472,
625+
"range": "± 2655909",
626+
"unit": "ns/iter"
627+
},
628+
{
629+
"name": "WIDTH = 9, RATE = 8-verifier",
630+
"value": 4553306,
631+
"range": "± 155314",
632+
"unit": "ns/iter"
633+
},
634+
{
635+
"name": "WIDTH = 12, RATE = 11-prover",
636+
"value": 187525144,
637+
"range": "± 4277508",
638+
"unit": "ns/iter"
639+
},
640+
{
641+
"name": "WIDTH = 12, RATE = 11-verifier",
642+
"value": 4986578,
643+
"range": "± 108572",
644+
"unit": "ns/iter"
645+
},
646+
{
647+
"name": "Poseidon/2-to-1",
648+
"value": 31467,
649+
"range": "± 104",
650+
"unit": "ns/iter"
651+
},
652+
{
653+
"name": "Sinsemilla/hash-to-point/510",
654+
"value": 132692,
655+
"range": "± 1116",
656+
"unit": "ns/iter"
657+
},
658+
{
659+
"name": "Sinsemilla/hash/510",
660+
"value": 145927,
661+
"range": "± 622",
662+
"unit": "ns/iter"
663+
},
664+
{
665+
"name": "Sinsemilla/commit/510",
666+
"value": 234001,
667+
"range": "± 788",
668+
"unit": "ns/iter"
669+
},
670+
{
671+
"name": "Sinsemilla/short-commit/510",
672+
"value": 233851,
673+
"range": "± 1249",
674+
"unit": "ns/iter"
675+
},
676+
{
677+
"name": "Sinsemilla/hash-to-point/520",
678+
"value": 135356,
679+
"range": "± 2696",
680+
"unit": "ns/iter"
681+
},
682+
{
683+
"name": "Sinsemilla/hash/520",
684+
"value": 148667,
685+
"range": "± 414",
686+
"unit": "ns/iter"
687+
},
688+
{
689+
"name": "Sinsemilla/commit/520",
690+
"value": 236760,
691+
"range": "± 417",
692+
"unit": "ns/iter"
693+
},
694+
{
695+
"name": "Sinsemilla/short-commit/520",
696+
"value": 236696,
697+
"range": "± 1488",
698+
"unit": "ns/iter"
699+
},
700+
{
701+
"name": "Sinsemilla/hash-to-point/1086",
702+
"value": 283358,
703+
"range": "± 1267",
704+
"unit": "ns/iter"
705+
},
706+
{
707+
"name": "Sinsemilla/hash/1086",
708+
"value": 297488,
709+
"range": "± 1230",
710+
"unit": "ns/iter"
711+
},
712+
{
713+
"name": "Sinsemilla/commit/1086",
714+
"value": 384234,
715+
"range": "± 979",
716+
"unit": "ns/iter"
717+
},
718+
{
719+
"name": "Sinsemilla/short-commit/1086",
720+
"value": 384669,
721+
"range": "± 1144",
722+
"unit": "ns/iter"
723+
}
724+
]
587725
}
588726
]
589727
}

0 commit comments

Comments
 (0)