Skip to content

Commit 2febbfd

Browse files
author
github-action-benchmark
committed
add halo2 Benchmark (cargo) benchmark result for 8056703
1 parent 2d7da50 commit 2febbfd

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": 1749731953421,
2+
"lastUpdate": 1749732042305,
33
"repoUrl": "https://github.com/zcash/halo2",
44
"entries": {
55
"halo2 Benchmark": [
@@ -1412,6 +1412,144 @@ window.BENCHMARK_DATA = {
14121412
"unit": "ns/iter"
14131413
}
14141414
]
1415+
},
1416+
{
1417+
"commit": {
1418+
"author": {
1419+
"email": "[email protected]",
1420+
"name": "Jack Grigg",
1421+
"username": "str4d"
1422+
},
1423+
"committer": {
1424+
"email": "[email protected]",
1425+
"name": "GitHub",
1426+
"username": "web-flow"
1427+
},
1428+
"distinct": true,
1429+
"id": "8056703404299dd0a1e381ecfaa780f891dfc392",
1430+
"message": "Merge pull request #837 from wowinter13/feat/improve_mock_provider_docs\n\ndocs(halo2_proofs): Improve MockProver::verify description",
1431+
"timestamp": "2025-06-12T13:30:17+01:00",
1432+
"tree_id": "f0a93f27e83d1cabb9886358e96935f4aeeb8f59",
1433+
"url": "https://github.com/zcash/halo2/commit/8056703404299dd0a1e381ecfaa780f891dfc392"
1434+
},
1435+
"date": 1749732037110,
1436+
"tool": "cargo",
1437+
"benches": [
1438+
{
1439+
"name": "WIDTH = 3, RATE = 2-prover",
1440+
"value": 72018572,
1441+
"range": "± 646524",
1442+
"unit": "ns/iter"
1443+
},
1444+
{
1445+
"name": "WIDTH = 3, RATE = 2-verifier",
1446+
"value": 4050215,
1447+
"range": "± 42768",
1448+
"unit": "ns/iter"
1449+
},
1450+
{
1451+
"name": "WIDTH = 9, RATE = 8-prover",
1452+
"value": 137725720,
1453+
"range": "± 2533194",
1454+
"unit": "ns/iter"
1455+
},
1456+
{
1457+
"name": "WIDTH = 9, RATE = 8-verifier",
1458+
"value": 4647473,
1459+
"range": "± 81053",
1460+
"unit": "ns/iter"
1461+
},
1462+
{
1463+
"name": "WIDTH = 12, RATE = 11-prover",
1464+
"value": 189825302,
1465+
"range": "± 750631",
1466+
"unit": "ns/iter"
1467+
},
1468+
{
1469+
"name": "WIDTH = 12, RATE = 11-verifier",
1470+
"value": 5036867,
1471+
"range": "± 45709",
1472+
"unit": "ns/iter"
1473+
},
1474+
{
1475+
"name": "Poseidon/2-to-1",
1476+
"value": 29945,
1477+
"range": "± 280",
1478+
"unit": "ns/iter"
1479+
},
1480+
{
1481+
"name": "Sinsemilla/hash-to-point/510",
1482+
"value": 133347,
1483+
"range": "± 231",
1484+
"unit": "ns/iter"
1485+
},
1486+
{
1487+
"name": "Sinsemilla/hash/510",
1488+
"value": 147269,
1489+
"range": "± 264",
1490+
"unit": "ns/iter"
1491+
},
1492+
{
1493+
"name": "Sinsemilla/commit/510",
1494+
"value": 235624,
1495+
"range": "± 1874",
1496+
"unit": "ns/iter"
1497+
},
1498+
{
1499+
"name": "Sinsemilla/short-commit/510",
1500+
"value": 235555,
1501+
"range": "± 736",
1502+
"unit": "ns/iter"
1503+
},
1504+
{
1505+
"name": "Sinsemilla/hash-to-point/520",
1506+
"value": 135980,
1507+
"range": "± 424",
1508+
"unit": "ns/iter"
1509+
},
1510+
{
1511+
"name": "Sinsemilla/hash/520",
1512+
"value": 149922,
1513+
"range": "± 542",
1514+
"unit": "ns/iter"
1515+
},
1516+
{
1517+
"name": "Sinsemilla/commit/520",
1518+
"value": 238297,
1519+
"range": "± 268",
1520+
"unit": "ns/iter"
1521+
},
1522+
{
1523+
"name": "Sinsemilla/short-commit/520",
1524+
"value": 238355,
1525+
"range": "± 837",
1526+
"unit": "ns/iter"
1527+
},
1528+
{
1529+
"name": "Sinsemilla/hash-to-point/1086",
1530+
"value": 284873,
1531+
"range": "± 780",
1532+
"unit": "ns/iter"
1533+
},
1534+
{
1535+
"name": "Sinsemilla/hash/1086",
1536+
"value": 299707,
1537+
"range": "± 748",
1538+
"unit": "ns/iter"
1539+
},
1540+
{
1541+
"name": "Sinsemilla/commit/1086",
1542+
"value": 387170,
1543+
"range": "± 1998",
1544+
"unit": "ns/iter"
1545+
},
1546+
{
1547+
"name": "Sinsemilla/short-commit/1086",
1548+
"value": 387189,
1549+
"range": "± 10252",
1550+
"unit": "ns/iter"
1551+
}
1552+
]
14151553
}
14161554
]
14171555
}

0 commit comments

Comments
 (0)