Skip to content

Commit d314b0a

Browse files
author
github-action-benchmark
committed
add halo2 Benchmark (cargo) benchmark result for 2308caf
1 parent f11a347 commit d314b0a

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": 1752064959772,
2+
"lastUpdate": 1754480926714,
33
"repoUrl": "https://github.com/zcash/halo2",
44
"entries": {
55
"halo2 Benchmark": [
@@ -1688,6 +1688,144 @@ window.BENCHMARK_DATA = {
16881688
"unit": "ns/iter"
16891689
}
16901690
]
1691+
},
1692+
{
1693+
"commit": {
1694+
"author": {
1695+
"email": "[email protected]",
1696+
"name": "Daira-Emma Hopwood",
1697+
"username": "daira"
1698+
},
1699+
"committer": {
1700+
"email": "[email protected]",
1701+
"name": "GitHub",
1702+
"username": "web-flow"
1703+
},
1704+
"distinct": true,
1705+
"id": "2308caf68c48c02468b66cfc452dad54e355e32f",
1706+
"message": "Merge pull request #845 from QED-it/zsa1\n\nAdd ZSA features",
1707+
"timestamp": "2025-08-06T12:36:01+01:00",
1708+
"tree_id": "4319462c0713713414c3160b954cb6dda72f0f0c",
1709+
"url": "https://github.com/zcash/halo2/commit/2308caf68c48c02468b66cfc452dad54e355e32f"
1710+
},
1711+
"date": 1754480921281,
1712+
"tool": "cargo",
1713+
"benches": [
1714+
{
1715+
"name": "WIDTH = 3, RATE = 2-prover",
1716+
"value": 72199177,
1717+
"range": "± 4791382",
1718+
"unit": "ns/iter"
1719+
},
1720+
{
1721+
"name": "WIDTH = 3, RATE = 2-verifier",
1722+
"value": 4048931,
1723+
"range": "± 38167",
1724+
"unit": "ns/iter"
1725+
},
1726+
{
1727+
"name": "WIDTH = 9, RATE = 8-prover",
1728+
"value": 137786132,
1729+
"range": "± 2608497",
1730+
"unit": "ns/iter"
1731+
},
1732+
{
1733+
"name": "WIDTH = 9, RATE = 8-verifier",
1734+
"value": 4672726,
1735+
"range": "± 99106",
1736+
"unit": "ns/iter"
1737+
},
1738+
{
1739+
"name": "WIDTH = 12, RATE = 11-prover",
1740+
"value": 189561673,
1741+
"range": "± 921551",
1742+
"unit": "ns/iter"
1743+
},
1744+
{
1745+
"name": "WIDTH = 12, RATE = 11-verifier",
1746+
"value": 5116990,
1747+
"range": "± 74681",
1748+
"unit": "ns/iter"
1749+
},
1750+
{
1751+
"name": "Poseidon/2-to-1",
1752+
"value": 31377,
1753+
"range": "± 45",
1754+
"unit": "ns/iter"
1755+
},
1756+
{
1757+
"name": "Sinsemilla/hash-to-point/510",
1758+
"value": 132819,
1759+
"range": "± 219",
1760+
"unit": "ns/iter"
1761+
},
1762+
{
1763+
"name": "Sinsemilla/hash/510",
1764+
"value": 145947,
1765+
"range": "± 2131",
1766+
"unit": "ns/iter"
1767+
},
1768+
{
1769+
"name": "Sinsemilla/commit/510",
1770+
"value": 234427,
1771+
"range": "± 677",
1772+
"unit": "ns/iter"
1773+
},
1774+
{
1775+
"name": "Sinsemilla/short-commit/510",
1776+
"value": 234503,
1777+
"range": "± 3522",
1778+
"unit": "ns/iter"
1779+
},
1780+
{
1781+
"name": "Sinsemilla/hash-to-point/520",
1782+
"value": 135638,
1783+
"range": "± 271",
1784+
"unit": "ns/iter"
1785+
},
1786+
{
1787+
"name": "Sinsemilla/hash/520",
1788+
"value": 148636,
1789+
"range": "± 1898",
1790+
"unit": "ns/iter"
1791+
},
1792+
{
1793+
"name": "Sinsemilla/commit/520",
1794+
"value": 237312,
1795+
"range": "± 720",
1796+
"unit": "ns/iter"
1797+
},
1798+
{
1799+
"name": "Sinsemilla/short-commit/520",
1800+
"value": 237252,
1801+
"range": "± 660",
1802+
"unit": "ns/iter"
1803+
},
1804+
{
1805+
"name": "Sinsemilla/hash-to-point/1086",
1806+
"value": 283638,
1807+
"range": "± 741",
1808+
"unit": "ns/iter"
1809+
},
1810+
{
1811+
"name": "Sinsemilla/hash/1086",
1812+
"value": 297174,
1813+
"range": "± 819",
1814+
"unit": "ns/iter"
1815+
},
1816+
{
1817+
"name": "Sinsemilla/commit/1086",
1818+
"value": 385279,
1819+
"range": "± 787",
1820+
"unit": "ns/iter"
1821+
},
1822+
{
1823+
"name": "Sinsemilla/short-commit/1086",
1824+
"value": 385426,
1825+
"range": "± 7159",
1826+
"unit": "ns/iter"
1827+
}
1828+
]
16911829
}
16921830
]
16931831
}

0 commit comments

Comments
 (0)