Skip to content

Commit f0ca2e8

Browse files
author
github-action-benchmark
committed
add Brillig Bytecode Size (customSmallerIsBetter) benchmark result for 5d9d537
1 parent 1b01d0d commit f0ca2e8

File tree

1 file changed

+50
-1
lines changed

1 file changed

+50
-1
lines changed

dev/bench/data.js

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1767904630098,
2+
"lastUpdate": 1767904633539,
33
"repoUrl": "https://github.com/noir-lang/eth-proofs",
44
"entries": {
55
"ACIR Opcodes": [
@@ -251,6 +251,55 @@ window.BENCHMARK_DATA = {
251251
"unit": "opcodes"
252252
}
253253
]
254+
},
255+
{
256+
"commit": {
257+
"author": {
258+
"email": "[email protected]",
259+
"name": "Jialin Li",
260+
"username": "jialinli98"
261+
},
262+
"committer": {
263+
"email": "[email protected]",
264+
"name": "GitHub",
265+
"username": "web-flow"
266+
},
267+
"distinct": true,
268+
"id": "5d9d5373bcd7949779c52811db27d56bb3e724a8",
269+
"message": "chore: consolidate RLP numeric assertions with ToBEBytes trait (#14)",
270+
"timestamp": "2026-01-08T12:34:58-08:00",
271+
"tree_id": "bee0e98c67b94f3f3f4bb6893b531bc2639aa928",
272+
"url": "https://github.com/noir-lang/eth-proofs/commit/5d9d5373bcd7949779c52811db27d56bb3e724a8"
273+
},
274+
"date": 1767904633455,
275+
"tool": "customSmallerIsBetter",
276+
"benches": [
277+
{
278+
"name": "benchmark_get_account",
279+
"value": 8895,
280+
"unit": "opcodes"
281+
},
282+
{
283+
"name": "benchmark_get_header",
284+
"value": 2470,
285+
"unit": "opcodes"
286+
},
287+
{
288+
"name": "benchmark_get_log",
289+
"value": 12894,
290+
"unit": "opcodes"
291+
},
292+
{
293+
"name": "benchmark_get_receipt",
294+
"value": 9509,
295+
"unit": "opcodes"
296+
},
297+
{
298+
"name": "benchmark_get_transaction",
299+
"value": 10929,
300+
"unit": "opcodes"
301+
}
302+
]
254303
}
255304
]
256305
}

0 commit comments

Comments
 (0)