Skip to content

Commit f11a347

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

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": 1749732042305,
2+
"lastUpdate": 1752064959772,
33
"repoUrl": "https://github.com/zcash/halo2",
44
"entries": {
55
"halo2 Benchmark": [
@@ -1550,6 +1550,144 @@ window.BENCHMARK_DATA = {
15501550
"unit": "ns/iter"
15511551
}
15521552
]
1553+
},
1554+
{
1555+
"commit": {
1556+
"author": {
1557+
"email": "[email protected]",
1558+
"name": "Jack Grigg",
1559+
"username": "str4d"
1560+
},
1561+
"committer": {
1562+
"email": "[email protected]",
1563+
"name": "GitHub",
1564+
"username": "web-flow"
1565+
},
1566+
"distinct": true,
1567+
"id": "5741cc56562cb09b66bd08945b90d45c170cd09b",
1568+
"message": "Merge pull request #846 from zcash/bugfix\n\nReject two queries with the same point and commitment, but different evaluations",
1569+
"timestamp": "2025-07-09T13:32:25+01:00",
1570+
"tree_id": "1ba358fde11937c0ab06f24a406d714dcac5de38",
1571+
"url": "https://github.com/zcash/halo2/commit/5741cc56562cb09b66bd08945b90d45c170cd09b"
1572+
},
1573+
"date": 1752064953917,
1574+
"tool": "cargo",
1575+
"benches": [
1576+
{
1577+
"name": "WIDTH = 3, RATE = 2-prover",
1578+
"value": 72578406,
1579+
"range": "± 1045914",
1580+
"unit": "ns/iter"
1581+
},
1582+
{
1583+
"name": "WIDTH = 3, RATE = 2-verifier",
1584+
"value": 4120055,
1585+
"range": "± 32036",
1586+
"unit": "ns/iter"
1587+
},
1588+
{
1589+
"name": "WIDTH = 9, RATE = 8-prover",
1590+
"value": 138093434,
1591+
"range": "± 4619444",
1592+
"unit": "ns/iter"
1593+
},
1594+
{
1595+
"name": "WIDTH = 9, RATE = 8-verifier",
1596+
"value": 4628725,
1597+
"range": "± 97055",
1598+
"unit": "ns/iter"
1599+
},
1600+
{
1601+
"name": "WIDTH = 12, RATE = 11-prover",
1602+
"value": 189768148,
1603+
"range": "± 1437376",
1604+
"unit": "ns/iter"
1605+
},
1606+
{
1607+
"name": "WIDTH = 12, RATE = 11-verifier",
1608+
"value": 5044170,
1609+
"range": "± 58880",
1610+
"unit": "ns/iter"
1611+
},
1612+
{
1613+
"name": "Poseidon/2-to-1",
1614+
"value": 31684,
1615+
"range": "± 285",
1616+
"unit": "ns/iter"
1617+
},
1618+
{
1619+
"name": "Sinsemilla/hash-to-point/510",
1620+
"value": 133019,
1621+
"range": "± 4438",
1622+
"unit": "ns/iter"
1623+
},
1624+
{
1625+
"name": "Sinsemilla/hash/510",
1626+
"value": 145735,
1627+
"range": "± 5876",
1628+
"unit": "ns/iter"
1629+
},
1630+
{
1631+
"name": "Sinsemilla/commit/510",
1632+
"value": 235813,
1633+
"range": "± 731",
1634+
"unit": "ns/iter"
1635+
},
1636+
{
1637+
"name": "Sinsemilla/short-commit/510",
1638+
"value": 235969,
1639+
"range": "± 543",
1640+
"unit": "ns/iter"
1641+
},
1642+
{
1643+
"name": "Sinsemilla/hash-to-point/520",
1644+
"value": 135938,
1645+
"range": "± 250",
1646+
"unit": "ns/iter"
1647+
},
1648+
{
1649+
"name": "Sinsemilla/hash/520",
1650+
"value": 148536,
1651+
"range": "± 3451",
1652+
"unit": "ns/iter"
1653+
},
1654+
{
1655+
"name": "Sinsemilla/commit/520",
1656+
"value": 238628,
1657+
"range": "± 10043",
1658+
"unit": "ns/iter"
1659+
},
1660+
{
1661+
"name": "Sinsemilla/short-commit/520",
1662+
"value": 238556,
1663+
"range": "± 6011",
1664+
"unit": "ns/iter"
1665+
},
1666+
{
1667+
"name": "Sinsemilla/hash-to-point/1086",
1668+
"value": 284284,
1669+
"range": "± 743",
1670+
"unit": "ns/iter"
1671+
},
1672+
{
1673+
"name": "Sinsemilla/hash/1086",
1674+
"value": 296630,
1675+
"range": "± 7452",
1676+
"unit": "ns/iter"
1677+
},
1678+
{
1679+
"name": "Sinsemilla/commit/1086",
1680+
"value": 387139,
1681+
"range": "± 972",
1682+
"unit": "ns/iter"
1683+
},
1684+
{
1685+
"name": "Sinsemilla/short-commit/1086",
1686+
"value": 386818,
1687+
"range": "± 1238",
1688+
"unit": "ns/iter"
1689+
}
1690+
]
15531691
}
15541692
]
15551693
}

0 commit comments

Comments
 (0)