Skip to content

Commit 68ec9b1

Browse files
author
github-action-benchmark
committed
add halo2 Benchmark (cargo) benchmark result for fed6b00
1 parent bf3be7c commit 68ec9b1

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": 1734371976571,
2+
"lastUpdate": 1734376274864,
33
"repoUrl": "https://github.com/zcash/halo2",
44
"entries": {
55
"halo2 Benchmark": [
@@ -1136,6 +1136,144 @@ window.BENCHMARK_DATA = {
11361136
"unit": "ns/iter"
11371137
}
11381138
]
1139+
},
1140+
{
1141+
"commit": {
1142+
"author": {
1143+
"email": "[email protected]",
1144+
"name": "Jack Grigg",
1145+
"username": "str4d"
1146+
},
1147+
"committer": {
1148+
"email": "[email protected]",
1149+
"name": "GitHub",
1150+
"username": "web-flow"
1151+
},
1152+
"distinct": true,
1153+
"id": "fed6b000857f27e23ddb07454da8bde4697204f7",
1154+
"message": "Merge pull request #835 from zcash/halo2_poseidon-0.1.0\n\nhalo2_poseidon 0.1.0",
1155+
"timestamp": "2024-12-17T08:02:56+13:00",
1156+
"tree_id": "052371a115a6f3a4d91bcbdf00fa4ee5680d4ee7",
1157+
"url": "https://github.com/zcash/halo2/commit/fed6b000857f27e23ddb07454da8bde4697204f7"
1158+
},
1159+
"date": 1734376270167,
1160+
"tool": "cargo",
1161+
"benches": [
1162+
{
1163+
"name": "WIDTH = 3, RATE = 2-prover",
1164+
"value": 71938818,
1165+
"range": "± 5178560",
1166+
"unit": "ns/iter"
1167+
},
1168+
{
1169+
"name": "WIDTH = 3, RATE = 2-verifier",
1170+
"value": 4020442,
1171+
"range": "± 78840",
1172+
"unit": "ns/iter"
1173+
},
1174+
{
1175+
"name": "WIDTH = 9, RATE = 8-prover",
1176+
"value": 137220690,
1177+
"range": "± 3734548",
1178+
"unit": "ns/iter"
1179+
},
1180+
{
1181+
"name": "WIDTH = 9, RATE = 8-verifier",
1182+
"value": 4615764,
1183+
"range": "± 237858",
1184+
"unit": "ns/iter"
1185+
},
1186+
{
1187+
"name": "WIDTH = 12, RATE = 11-prover",
1188+
"value": 188938919,
1189+
"range": "± 4270468",
1190+
"unit": "ns/iter"
1191+
},
1192+
{
1193+
"name": "WIDTH = 12, RATE = 11-verifier",
1194+
"value": 5002683,
1195+
"range": "± 93895",
1196+
"unit": "ns/iter"
1197+
},
1198+
{
1199+
"name": "Poseidon/2-to-1",
1200+
"value": 31105,
1201+
"range": "± 154",
1202+
"unit": "ns/iter"
1203+
},
1204+
{
1205+
"name": "Sinsemilla/hash-to-point/510",
1206+
"value": 132873,
1207+
"range": "± 3612",
1208+
"unit": "ns/iter"
1209+
},
1210+
{
1211+
"name": "Sinsemilla/hash/510",
1212+
"value": 145941,
1213+
"range": "± 441",
1214+
"unit": "ns/iter"
1215+
},
1216+
{
1217+
"name": "Sinsemilla/commit/510",
1218+
"value": 236910,
1219+
"range": "± 287",
1220+
"unit": "ns/iter"
1221+
},
1222+
{
1223+
"name": "Sinsemilla/short-commit/510",
1224+
"value": 238055,
1225+
"range": "± 901",
1226+
"unit": "ns/iter"
1227+
},
1228+
{
1229+
"name": "Sinsemilla/hash-to-point/520",
1230+
"value": 135654,
1231+
"range": "± 408",
1232+
"unit": "ns/iter"
1233+
},
1234+
{
1235+
"name": "Sinsemilla/hash/520",
1236+
"value": 148595,
1237+
"range": "± 672",
1238+
"unit": "ns/iter"
1239+
},
1240+
{
1241+
"name": "Sinsemilla/commit/520",
1242+
"value": 239610,
1243+
"range": "± 331",
1244+
"unit": "ns/iter"
1245+
},
1246+
{
1247+
"name": "Sinsemilla/short-commit/520",
1248+
"value": 239685,
1249+
"range": "± 653",
1250+
"unit": "ns/iter"
1251+
},
1252+
{
1253+
"name": "Sinsemilla/hash-to-point/1086",
1254+
"value": 283822,
1255+
"range": "± 1166",
1256+
"unit": "ns/iter"
1257+
},
1258+
{
1259+
"name": "Sinsemilla/hash/1086",
1260+
"value": 297026,
1261+
"range": "± 909",
1262+
"unit": "ns/iter"
1263+
},
1264+
{
1265+
"name": "Sinsemilla/commit/1086",
1266+
"value": 389212,
1267+
"range": "± 2380",
1268+
"unit": "ns/iter"
1269+
},
1270+
{
1271+
"name": "Sinsemilla/short-commit/1086",
1272+
"value": 388985,
1273+
"range": "± 2120",
1274+
"unit": "ns/iter"
1275+
}
1276+
]
11391277
}
11401278
]
11411279
}

0 commit comments

Comments
 (0)