Skip to content

Commit 3b77c6e

Browse files
author
github-action-benchmark
committed
add Circuit Size (customSmallerIsBetter) benchmark result for 32407a5
1 parent 446a441 commit 3b77c6e

File tree

1 file changed

+100
-1
lines changed

1 file changed

+100
-1
lines changed

dev/bench/data.js

Lines changed: 100 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1769091110235,
2+
"lastUpdate": 1769091111012,
33
"repoUrl": "https://github.com/noir-lang/poseidon",
44
"entries": {
55
"ACIR Opcodes": [
@@ -2281,6 +2281,105 @@ window.BENCHMARK_DATA = {
22812281
"unit": "circuit_size"
22822282
}
22832283
]
2284+
},
2285+
{
2286+
"commit": {
2287+
"author": {
2288+
"email": "[email protected]",
2289+
"name": "Tom French",
2290+
"username": "TomAFrench"
2291+
},
2292+
"committer": {
2293+
"email": "[email protected]",
2294+
"name": "GitHub",
2295+
"username": "web-flow"
2296+
},
2297+
"distinct": true,
2298+
"id": "32407a5faf3e2c0fb869e182a1e9af097a7ef61a",
2299+
"message": "feat: remove unnecessary state write (#36)",
2300+
"timestamp": "2026-01-22T14:11:35Z",
2301+
"tree_id": "4536fc62daab3e4c998d41275d8629179cb91634",
2302+
"url": "https://github.com/noir-lang/poseidon/commit/32407a5faf3e2c0fb869e182a1e9af097a7ef61a"
2303+
},
2304+
"date": 1769091110992,
2305+
"tool": "customSmallerIsBetter",
2306+
"benches": [
2307+
{
2308+
"name": "poseidon2_hash_1.json/main",
2309+
"value": 130,
2310+
"unit": "circuit_size"
2311+
},
2312+
{
2313+
"name": "poseidon2_hash_10.json/main",
2314+
"value": 355,
2315+
"unit": "circuit_size"
2316+
},
2317+
{
2318+
"name": "poseidon2_hash_2.json/main",
2319+
"value": 130,
2320+
"unit": "circuit_size"
2321+
},
2322+
{
2323+
"name": "poseidon2_hash_20.json/main",
2324+
"value": 584,
2325+
"unit": "circuit_size"
2326+
},
2327+
{
2328+
"name": "poseidon2_hash_4.json/main",
2329+
"value": 203,
2330+
"unit": "circuit_size"
2331+
},
2332+
{
2333+
"name": "poseidon2_hash_8.json/main",
2334+
"value": 280,
2335+
"unit": "circuit_size"
2336+
},
2337+
{
2338+
"name": "poseidon_hash_1.json/main",
2339+
"value": 458,
2340+
"unit": "circuit_size"
2341+
},
2342+
{
2343+
"name": "poseidon_hash_2.json/main",
2344+
"value": 983,
2345+
"unit": "circuit_size"
2346+
},
2347+
{
2348+
"name": "poseidon_hash_4.json/main",
2349+
"value": 1236,
2350+
"unit": "circuit_size"
2351+
},
2352+
{
2353+
"name": "poseidon_hash_8.json/main",
2354+
"value": 1704,
2355+
"unit": "circuit_size"
2356+
},
2357+
{
2358+
"name": "poseidon_sponge_1.json/main",
2359+
"value": 1218,
2360+
"unit": "circuit_size"
2361+
},
2362+
{
2363+
"name": "poseidon_sponge_16.json/main",
2364+
"value": 4806,
2365+
"unit": "circuit_size"
2366+
},
2367+
{
2368+
"name": "poseidon_sponge_32.json/main",
2369+
"value": 9566,
2370+
"unit": "circuit_size"
2371+
},
2372+
{
2373+
"name": "poseidon_sponge_4.json/main",
2374+
"value": 1236,
2375+
"unit": "circuit_size"
2376+
},
2377+
{
2378+
"name": "poseidon_sponge_8.json/main",
2379+
"value": 2426,
2380+
"unit": "circuit_size"
2381+
}
2382+
]
22842383
}
22852384
],
22862385
"Brillig Bytecode Size": [

0 commit comments

Comments
 (0)