Skip to content

Commit 5c2bddf

Browse files
author
github-action-benchmark
committed
add Brillig Bytecode Size (customSmallerIsBetter) benchmark result for f67fbbc
1 parent b0720ac commit 5c2bddf

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": 1769091513523,
2+
"lastUpdate": 1769091515025,
33
"repoUrl": "https://github.com/noir-lang/poseidon",
44
"entries": {
55
"ACIR Opcodes": [
@@ -3768,6 +3768,105 @@ window.BENCHMARK_DATA = {
37683768
"unit": "opcodes"
37693769
}
37703770
]
3771+
},
3772+
{
3773+
"commit": {
3774+
"author": {
3775+
"email": "[email protected]",
3776+
"name": "noirwhal",
3777+
"username": "noirwhal"
3778+
},
3779+
"committer": {
3780+
"email": "[email protected]",
3781+
"name": "GitHub",
3782+
"username": "web-flow"
3783+
},
3784+
"distinct": true,
3785+
"id": "f67fbbc6b2b7699cf69454cd8eec2d3877acb4cf",
3786+
"message": "chore: Release 0.2.3 (#37)",
3787+
"timestamp": "2026-01-22T14:18:16Z",
3788+
"tree_id": "633dc7483c4c2169104c426ffb5972c886825e75",
3789+
"url": "https://github.com/noir-lang/poseidon/commit/f67fbbc6b2b7699cf69454cd8eec2d3877acb4cf"
3790+
},
3791+
"date": 1769091515003,
3792+
"tool": "customSmallerIsBetter",
3793+
"benches": [
3794+
{
3795+
"name": "poseidon2_hash_1",
3796+
"value": 79,
3797+
"unit": "opcodes"
3798+
},
3799+
{
3800+
"name": "poseidon2_hash_10",
3801+
"value": 199,
3802+
"unit": "opcodes"
3803+
},
3804+
{
3805+
"name": "poseidon2_hash_2",
3806+
"value": 82,
3807+
"unit": "opcodes"
3808+
},
3809+
{
3810+
"name": "poseidon2_hash_20",
3811+
"value": 212,
3812+
"unit": "opcodes"
3813+
},
3814+
{
3815+
"name": "poseidon2_hash_4",
3816+
"value": 127,
3817+
"unit": "opcodes"
3818+
},
3819+
{
3820+
"name": "poseidon2_hash_8",
3821+
"value": 211,
3822+
"unit": "opcodes"
3823+
},
3824+
{
3825+
"name": "poseidon_hash_1",
3826+
"value": 1510,
3827+
"unit": "opcodes"
3828+
},
3829+
{
3830+
"name": "poseidon_hash_2",
3831+
"value": 1996,
3832+
"unit": "opcodes"
3833+
},
3834+
{
3835+
"name": "poseidon_hash_4",
3836+
"value": 2967,
3837+
"unit": "opcodes"
3838+
},
3839+
{
3840+
"name": "poseidon_hash_8",
3841+
"value": 5070,
3842+
"unit": "opcodes"
3843+
},
3844+
{
3845+
"name": "poseidon_sponge_1",
3846+
"value": 2960,
3847+
"unit": "opcodes"
3848+
},
3849+
{
3850+
"name": "poseidon_sponge_16",
3851+
"value": 3671,
3852+
"unit": "opcodes"
3853+
},
3854+
{
3855+
"name": "poseidon_sponge_32",
3856+
"value": 3670,
3857+
"unit": "opcodes"
3858+
},
3859+
{
3860+
"name": "poseidon_sponge_4",
3861+
"value": 3670,
3862+
"unit": "opcodes"
3863+
},
3864+
{
3865+
"name": "poseidon_sponge_8",
3866+
"value": 3671,
3867+
"unit": "opcodes"
3868+
}
3869+
]
37713870
}
37723871
]
37733872
}

0 commit comments

Comments
 (0)