Skip to content

Commit a58faf8

Browse files
author
github-action-benchmark
committed
add Brillig Bytecode Size (customSmallerIsBetter) benchmark result for ec4b206
1 parent 400dcbe commit a58faf8

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": 1768585066823,
2+
"lastUpdate": 1768585068364,
33
"repoUrl": "https://github.com/noir-lang/poseidon",
44
"entries": {
55
"ACIR Opcodes": [
@@ -2283,6 +2283,105 @@ window.BENCHMARK_DATA = {
22832283
"unit": "opcodes"
22842284
}
22852285
]
2286+
},
2287+
{
2288+
"commit": {
2289+
"author": {
2290+
"email": "[email protected]",
2291+
"name": "Jialin Li",
2292+
"username": "jialinli98"
2293+
},
2294+
"committer": {
2295+
"email": "[email protected]",
2296+
"name": "GitHub",
2297+
"username": "web-flow"
2298+
},
2299+
"distinct": true,
2300+
"id": "ec4b20658f1cf9dd7c7bc16ece935c66dcd21397",
2301+
"message": "feat: optimize variable length hashes (#32)",
2302+
"timestamp": "2026-01-16T17:37:27Z",
2303+
"tree_id": "d18f0abf30f4b9e1165217d6507d3555f38dc71a",
2304+
"url": "https://github.com/noir-lang/poseidon/commit/ec4b20658f1cf9dd7c7bc16ece935c66dcd21397"
2305+
},
2306+
"date": 1768585068343,
2307+
"tool": "customSmallerIsBetter",
2308+
"benches": [
2309+
{
2310+
"name": "poseidon2_hash_1",
2311+
"value": 79,
2312+
"unit": "opcodes"
2313+
},
2314+
{
2315+
"name": "poseidon2_hash_10",
2316+
"value": 199,
2317+
"unit": "opcodes"
2318+
},
2319+
{
2320+
"name": "poseidon2_hash_2",
2321+
"value": 82,
2322+
"unit": "opcodes"
2323+
},
2324+
{
2325+
"name": "poseidon2_hash_20",
2326+
"value": 218,
2327+
"unit": "opcodes"
2328+
},
2329+
{
2330+
"name": "poseidon2_hash_4",
2331+
"value": 127,
2332+
"unit": "opcodes"
2333+
},
2334+
{
2335+
"name": "poseidon2_hash_8",
2336+
"value": 217,
2337+
"unit": "opcodes"
2338+
},
2339+
{
2340+
"name": "poseidon_hash_1",
2341+
"value": 1510,
2342+
"unit": "opcodes"
2343+
},
2344+
{
2345+
"name": "poseidon_hash_2",
2346+
"value": 1996,
2347+
"unit": "opcodes"
2348+
},
2349+
{
2350+
"name": "poseidon_hash_4",
2351+
"value": 2967,
2352+
"unit": "opcodes"
2353+
},
2354+
{
2355+
"name": "poseidon_hash_8",
2356+
"value": 5070,
2357+
"unit": "opcodes"
2358+
},
2359+
{
2360+
"name": "poseidon_sponge_1",
2361+
"value": 2960,
2362+
"unit": "opcodes"
2363+
},
2364+
{
2365+
"name": "poseidon_sponge_16",
2366+
"value": 3671,
2367+
"unit": "opcodes"
2368+
},
2369+
{
2370+
"name": "poseidon_sponge_32",
2371+
"value": 3670,
2372+
"unit": "opcodes"
2373+
},
2374+
{
2375+
"name": "poseidon_sponge_4",
2376+
"value": 3670,
2377+
"unit": "opcodes"
2378+
},
2379+
{
2380+
"name": "poseidon_sponge_8",
2381+
"value": 3671,
2382+
"unit": "opcodes"
2383+
}
2384+
]
22862385
}
22872386
]
22882387
}

0 commit comments

Comments
 (0)