Skip to content

Commit b0720ac

Browse files
author
github-action-benchmark
committed
add Circuit Size (customSmallerIsBetter) benchmark result for f67fbbc
1 parent ccd3126 commit b0720ac

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": 1769091512690,
2+
"lastUpdate": 1769091513523,
33
"repoUrl": "https://github.com/noir-lang/poseidon",
44
"entries": {
55
"ACIR Opcodes": [
@@ -2479,6 +2479,105 @@ window.BENCHMARK_DATA = {
24792479
"unit": "circuit_size"
24802480
}
24812481
]
2482+
},
2483+
{
2484+
"commit": {
2485+
"author": {
2486+
"email": "[email protected]",
2487+
"name": "noirwhal",
2488+
"username": "noirwhal"
2489+
},
2490+
"committer": {
2491+
"email": "[email protected]",
2492+
"name": "GitHub",
2493+
"username": "web-flow"
2494+
},
2495+
"distinct": true,
2496+
"id": "f67fbbc6b2b7699cf69454cd8eec2d3877acb4cf",
2497+
"message": "chore: Release 0.2.3 (#37)",
2498+
"timestamp": "2026-01-22T14:18:16Z",
2499+
"tree_id": "633dc7483c4c2169104c426ffb5972c886825e75",
2500+
"url": "https://github.com/noir-lang/poseidon/commit/f67fbbc6b2b7699cf69454cd8eec2d3877acb4cf"
2501+
},
2502+
"date": 1769091513502,
2503+
"tool": "customSmallerIsBetter",
2504+
"benches": [
2505+
{
2506+
"name": "poseidon2_hash_1.json/main",
2507+
"value": 130,
2508+
"unit": "circuit_size"
2509+
},
2510+
{
2511+
"name": "poseidon2_hash_10.json/main",
2512+
"value": 355,
2513+
"unit": "circuit_size"
2514+
},
2515+
{
2516+
"name": "poseidon2_hash_2.json/main",
2517+
"value": 130,
2518+
"unit": "circuit_size"
2519+
},
2520+
{
2521+
"name": "poseidon2_hash_20.json/main",
2522+
"value": 584,
2523+
"unit": "circuit_size"
2524+
},
2525+
{
2526+
"name": "poseidon2_hash_4.json/main",
2527+
"value": 203,
2528+
"unit": "circuit_size"
2529+
},
2530+
{
2531+
"name": "poseidon2_hash_8.json/main",
2532+
"value": 280,
2533+
"unit": "circuit_size"
2534+
},
2535+
{
2536+
"name": "poseidon_hash_1.json/main",
2537+
"value": 458,
2538+
"unit": "circuit_size"
2539+
},
2540+
{
2541+
"name": "poseidon_hash_2.json/main",
2542+
"value": 983,
2543+
"unit": "circuit_size"
2544+
},
2545+
{
2546+
"name": "poseidon_hash_4.json/main",
2547+
"value": 1236,
2548+
"unit": "circuit_size"
2549+
},
2550+
{
2551+
"name": "poseidon_hash_8.json/main",
2552+
"value": 1704,
2553+
"unit": "circuit_size"
2554+
},
2555+
{
2556+
"name": "poseidon_sponge_1.json/main",
2557+
"value": 1218,
2558+
"unit": "circuit_size"
2559+
},
2560+
{
2561+
"name": "poseidon_sponge_16.json/main",
2562+
"value": 4806,
2563+
"unit": "circuit_size"
2564+
},
2565+
{
2566+
"name": "poseidon_sponge_32.json/main",
2567+
"value": 9566,
2568+
"unit": "circuit_size"
2569+
},
2570+
{
2571+
"name": "poseidon_sponge_4.json/main",
2572+
"value": 1236,
2573+
"unit": "circuit_size"
2574+
},
2575+
{
2576+
"name": "poseidon_sponge_8.json/main",
2577+
"value": 2426,
2578+
"unit": "circuit_size"
2579+
}
2580+
]
24822581
}
24832582
],
24842583
"Brillig Bytecode Size": [

0 commit comments

Comments
 (0)