Skip to content

Commit 0fca3dc

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

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": 1734363528650,
2+
"lastUpdate": 1734366593809,
33
"repoUrl": "https://github.com/zcash/halo2",
44
"entries": {
55
"halo2 Benchmark": [
@@ -860,6 +860,144 @@ window.BENCHMARK_DATA = {
860860
"unit": "ns/iter"
861861
}
862862
]
863+
},
864+
{
865+
"commit": {
866+
"author": {
867+
"email": "[email protected]",
868+
"name": "Jack Grigg",
869+
"username": "str4d"
870+
},
871+
"committer": {
872+
"email": "[email protected]",
873+
"name": "GitHub",
874+
"username": "web-flow"
875+
},
876+
"distinct": true,
877+
"id": "c91cc5cd1bf1ca48cef2fea33eb50f75d5420378",
878+
"message": "Merge pull request #831 from zcash/poseidon-primitive\n\nMove Poseidon primitive into `halo2_poseidon`",
879+
"timestamp": "2024-12-17T05:21:36+13:00",
880+
"tree_id": "1cc04ee701239a2ec7f18cc96111d59a24993584",
881+
"url": "https://github.com/zcash/halo2/commit/c91cc5cd1bf1ca48cef2fea33eb50f75d5420378"
882+
},
883+
"date": 1734366588579,
884+
"tool": "cargo",
885+
"benches": [
886+
{
887+
"name": "WIDTH = 3, RATE = 2-prover",
888+
"value": 72291251,
889+
"range": "± 2729921",
890+
"unit": "ns/iter"
891+
},
892+
{
893+
"name": "WIDTH = 3, RATE = 2-verifier",
894+
"value": 4034735,
895+
"range": "± 59292",
896+
"unit": "ns/iter"
897+
},
898+
{
899+
"name": "WIDTH = 9, RATE = 8-prover",
900+
"value": 137162014,
901+
"range": "± 3307093",
902+
"unit": "ns/iter"
903+
},
904+
{
905+
"name": "WIDTH = 9, RATE = 8-verifier",
906+
"value": 4612882,
907+
"range": "± 143098",
908+
"unit": "ns/iter"
909+
},
910+
{
911+
"name": "WIDTH = 12, RATE = 11-prover",
912+
"value": 189350152,
913+
"range": "± 3722679",
914+
"unit": "ns/iter"
915+
},
916+
{
917+
"name": "WIDTH = 12, RATE = 11-verifier",
918+
"value": 5026296,
919+
"range": "± 160330",
920+
"unit": "ns/iter"
921+
},
922+
{
923+
"name": "Poseidon/2-to-1",
924+
"value": 31315,
925+
"range": "± 165",
926+
"unit": "ns/iter"
927+
},
928+
{
929+
"name": "Sinsemilla/hash-to-point/510",
930+
"value": 132283,
931+
"range": "± 389",
932+
"unit": "ns/iter"
933+
},
934+
{
935+
"name": "Sinsemilla/hash/510",
936+
"value": 144858,
937+
"range": "± 583",
938+
"unit": "ns/iter"
939+
},
940+
{
941+
"name": "Sinsemilla/commit/510",
942+
"value": 233436,
943+
"range": "± 2301",
944+
"unit": "ns/iter"
945+
},
946+
{
947+
"name": "Sinsemilla/short-commit/510",
948+
"value": 233362,
949+
"range": "± 15897",
950+
"unit": "ns/iter"
951+
},
952+
{
953+
"name": "Sinsemilla/hash-to-point/520",
954+
"value": 134986,
955+
"range": "± 374",
956+
"unit": "ns/iter"
957+
},
958+
{
959+
"name": "Sinsemilla/hash/520",
960+
"value": 147580,
961+
"range": "± 335",
962+
"unit": "ns/iter"
963+
},
964+
{
965+
"name": "Sinsemilla/commit/520",
966+
"value": 236040,
967+
"range": "± 807",
968+
"unit": "ns/iter"
969+
},
970+
{
971+
"name": "Sinsemilla/short-commit/520",
972+
"value": 236040,
973+
"range": "± 1282",
974+
"unit": "ns/iter"
975+
},
976+
{
977+
"name": "Sinsemilla/hash-to-point/1086",
978+
"value": 282381,
979+
"range": "± 17410",
980+
"unit": "ns/iter"
981+
},
982+
{
983+
"name": "Sinsemilla/hash/1086",
984+
"value": 295001,
985+
"range": "± 1056",
986+
"unit": "ns/iter"
987+
},
988+
{
989+
"name": "Sinsemilla/commit/1086",
990+
"value": 383534,
991+
"range": "± 13586",
992+
"unit": "ns/iter"
993+
},
994+
{
995+
"name": "Sinsemilla/short-commit/1086",
996+
"value": 383561,
997+
"range": "± 3338",
998+
"unit": "ns/iter"
999+
}
1000+
]
8631001
}
8641002
]
8651003
}

0 commit comments

Comments
 (0)