Skip to content

Commit bf3be7c

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

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": 1734366593809,
2+
"lastUpdate": 1734371976571,
33
"repoUrl": "https://github.com/zcash/halo2",
44
"entries": {
55
"halo2 Benchmark": [
@@ -998,6 +998,144 @@ window.BENCHMARK_DATA = {
998998
"unit": "ns/iter"
999999
}
10001000
]
1001+
},
1002+
{
1003+
"commit": {
1004+
"author": {
1005+
"email": "[email protected]",
1006+
"name": "Jack Grigg",
1007+
"username": "str4d"
1008+
},
1009+
"committer": {
1010+
"email": "[email protected]",
1011+
"name": "GitHub",
1012+
"username": "web-flow"
1013+
},
1014+
"distinct": true,
1015+
"id": "e374954629b65ae21ee37dbaa3159a1ff36d51c0",
1016+
"message": "Merge pull request #834 from zcash/poseidon-no-std\n\nhalo2_poseidon: Add no-std support",
1017+
"timestamp": "2024-12-17T06:51:34+13:00",
1018+
"tree_id": "68666757118b037c223680e0505d4686e88ab556",
1019+
"url": "https://github.com/zcash/halo2/commit/e374954629b65ae21ee37dbaa3159a1ff36d51c0"
1020+
},
1021+
"date": 1734371971845,
1022+
"tool": "cargo",
1023+
"benches": [
1024+
{
1025+
"name": "WIDTH = 3, RATE = 2-prover",
1026+
"value": 71231190,
1027+
"range": "± 1277771",
1028+
"unit": "ns/iter"
1029+
},
1030+
{
1031+
"name": "WIDTH = 3, RATE = 2-verifier",
1032+
"value": 4037362,
1033+
"range": "± 93297",
1034+
"unit": "ns/iter"
1035+
},
1036+
{
1037+
"name": "WIDTH = 9, RATE = 8-prover",
1038+
"value": 135317434,
1039+
"range": "± 3446179",
1040+
"unit": "ns/iter"
1041+
},
1042+
{
1043+
"name": "WIDTH = 9, RATE = 8-verifier",
1044+
"value": 4575593,
1045+
"range": "± 147373",
1046+
"unit": "ns/iter"
1047+
},
1048+
{
1049+
"name": "WIDTH = 12, RATE = 11-prover",
1050+
"value": 187824714,
1051+
"range": "± 3559462",
1052+
"unit": "ns/iter"
1053+
},
1054+
{
1055+
"name": "WIDTH = 12, RATE = 11-verifier",
1056+
"value": 4997371,
1057+
"range": "± 152401",
1058+
"unit": "ns/iter"
1059+
},
1060+
{
1061+
"name": "Poseidon/2-to-1",
1062+
"value": 31257,
1063+
"range": "± 619",
1064+
"unit": "ns/iter"
1065+
},
1066+
{
1067+
"name": "Sinsemilla/hash-to-point/510",
1068+
"value": 128959,
1069+
"range": "± 3040",
1070+
"unit": "ns/iter"
1071+
},
1072+
{
1073+
"name": "Sinsemilla/hash/510",
1074+
"value": 144341,
1075+
"range": "± 3027",
1076+
"unit": "ns/iter"
1077+
},
1078+
{
1079+
"name": "Sinsemilla/commit/510",
1080+
"value": 229834,
1081+
"range": "± 5692",
1082+
"unit": "ns/iter"
1083+
},
1084+
{
1085+
"name": "Sinsemilla/short-commit/510",
1086+
"value": 230625,
1087+
"range": "± 5318",
1088+
"unit": "ns/iter"
1089+
},
1090+
{
1091+
"name": "Sinsemilla/hash-to-point/520",
1092+
"value": 134591,
1093+
"range": "± 2760",
1094+
"unit": "ns/iter"
1095+
},
1096+
{
1097+
"name": "Sinsemilla/hash/520",
1098+
"value": 144387,
1099+
"range": "± 3681",
1100+
"unit": "ns/iter"
1101+
},
1102+
{
1103+
"name": "Sinsemilla/commit/520",
1104+
"value": 233250,
1105+
"range": "± 5165",
1106+
"unit": "ns/iter"
1107+
},
1108+
{
1109+
"name": "Sinsemilla/short-commit/520",
1110+
"value": 235306,
1111+
"range": "± 4548",
1112+
"unit": "ns/iter"
1113+
},
1114+
{
1115+
"name": "Sinsemilla/hash-to-point/1086",
1116+
"value": 281722,
1117+
"range": "± 5464",
1118+
"unit": "ns/iter"
1119+
},
1120+
{
1121+
"name": "Sinsemilla/hash/1086",
1122+
"value": 292584,
1123+
"range": "± 6086",
1124+
"unit": "ns/iter"
1125+
},
1126+
{
1127+
"name": "Sinsemilla/commit/1086",
1128+
"value": 373929,
1129+
"range": "± 10509",
1130+
"unit": "ns/iter"
1131+
},
1132+
{
1133+
"name": "Sinsemilla/short-commit/1086",
1134+
"value": 379268,
1135+
"range": "± 8459",
1136+
"unit": "ns/iter"
1137+
}
1138+
]
10011139
}
10021140
]
10031141
}

0 commit comments

Comments
 (0)