Skip to content

Commit be90e6a

Browse files
author
github-action-benchmark
committed
add Circuit Size (customSmallerIsBetter) benchmark result for f249446
1 parent 21d9d83 commit be90e6a

1 file changed

Lines changed: 100 additions & 1 deletion

File tree

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": 1785248177648,
2+
"lastUpdate": 1785248178941,
33
"repoUrl": "https://github.com/noir-lang/poseidon",
44
"entries": {
55
"ACIR Opcodes": [
@@ -4261,6 +4261,105 @@ window.BENCHMARK_DATA = {
42614261
"unit": "circuit_size"
42624262
}
42634263
]
4264+
},
4265+
{
4266+
"commit": {
4267+
"author": {
4268+
"email": "84741533+defkit@users.noreply.github.com",
4269+
"name": "defkit",
4270+
"username": "defkit"
4271+
},
4272+
"committer": {
4273+
"email": "noreply@github.com",
4274+
"name": "GitHub",
4275+
"username": "web-flow"
4276+
},
4277+
"distinct": true,
4278+
"id": "f249446e6e01f7b607ad35351cebe0cc20068cb7",
4279+
"message": "fix!: perform_duplex ignores cache_size (#48)",
4280+
"timestamp": "2026-07-28T15:15:57+01:00",
4281+
"tree_id": "80ebf869ee2900adc9709fffad4e357daf64653f",
4282+
"url": "https://github.com/noir-lang/poseidon/commit/f249446e6e01f7b607ad35351cebe0cc20068cb7"
4283+
},
4284+
"date": 1785248178921,
4285+
"tool": "customSmallerIsBetter",
4286+
"benches": [
4287+
{
4288+
"name": "poseidon2_hash_1.json/main",
4289+
"value": 131,
4290+
"unit": "circuit_size"
4291+
},
4292+
{
4293+
"name": "poseidon2_hash_10.json/main",
4294+
"value": 356,
4295+
"unit": "circuit_size"
4296+
},
4297+
{
4298+
"name": "poseidon2_hash_2.json/main",
4299+
"value": 131,
4300+
"unit": "circuit_size"
4301+
},
4302+
{
4303+
"name": "poseidon2_hash_20.json/main",
4304+
"value": 585,
4305+
"unit": "circuit_size"
4306+
},
4307+
{
4308+
"name": "poseidon2_hash_4.json/main",
4309+
"value": 204,
4310+
"unit": "circuit_size"
4311+
},
4312+
{
4313+
"name": "poseidon2_hash_8.json/main",
4314+
"value": 281,
4315+
"unit": "circuit_size"
4316+
},
4317+
{
4318+
"name": "poseidon_hash_1.json/main",
4319+
"value": 441,
4320+
"unit": "circuit_size"
4321+
},
4322+
{
4323+
"name": "poseidon_hash_2.json/main",
4324+
"value": 983,
4325+
"unit": "circuit_size"
4326+
},
4327+
{
4328+
"name": "poseidon_hash_4.json/main",
4329+
"value": 1236,
4330+
"unit": "circuit_size"
4331+
},
4332+
{
4333+
"name": "poseidon_hash_8.json/main",
4334+
"value": 1704,
4335+
"unit": "circuit_size"
4336+
},
4337+
{
4338+
"name": "poseidon_sponge_1.json/main",
4339+
"value": 1218,
4340+
"unit": "circuit_size"
4341+
},
4342+
{
4343+
"name": "poseidon_sponge_16.json/main",
4344+
"value": 4806,
4345+
"unit": "circuit_size"
4346+
},
4347+
{
4348+
"name": "poseidon_sponge_32.json/main",
4349+
"value": 9566,
4350+
"unit": "circuit_size"
4351+
},
4352+
{
4353+
"name": "poseidon_sponge_4.json/main",
4354+
"value": 1236,
4355+
"unit": "circuit_size"
4356+
},
4357+
{
4358+
"name": "poseidon_sponge_8.json/main",
4359+
"value": 2426,
4360+
"unit": "circuit_size"
4361+
}
4362+
]
42644363
}
42654364
],
42664365
"Brillig Bytecode Size": [

0 commit comments

Comments
 (0)