Skip to content

Commit 06d59ca

Browse files
author
github-action-benchmark
committed
add Circuit Size (customSmallerIsBetter) benchmark result for 8e1a90b
1 parent 0e8df0d commit 06d59ca

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": 1769785227233,
2+
"lastUpdate": 1769785228595,
33
"repoUrl": "https://github.com/noir-lang/eth-proofs",
44
"entries": {
55
"ACIR Opcodes": [
@@ -249,6 +249,55 @@ window.BENCHMARK_DATA = {
249249
"unit": "circuit_size"
250250
}
251251
]
252+
},
253+
{
254+
"commit": {
255+
"author": {
256+
"email": "[email protected]",
257+
"name": "Jialin Li",
258+
"username": "jialinli98"
259+
},
260+
"committer": {
261+
"email": "[email protected]",
262+
"name": "GitHub",
263+
"username": "web-flow"
264+
},
265+
"distinct": true,
266+
"id": "8e1a90bcff8f4464a6019a9036d5237fb7a5c1d4",
267+
"message": "fix: fix deprecated proving system commands (#20)",
268+
"timestamp": "2026-01-30T14:58:43Z",
269+
"tree_id": "98723acc662d6f434335c09c12f81ce006a21779",
270+
"url": "https://github.com/noir-lang/eth-proofs/commit/8e1a90bcff8f4464a6019a9036d5237fb7a5c1d4"
271+
},
272+
"date": 1769785228511,
273+
"tool": "customSmallerIsBetter",
274+
"benches": [
275+
{
276+
"name": "benchmark_get_account.json/main",
277+
"value": 1474869,
278+
"unit": "circuit_size"
279+
},
280+
{
281+
"name": "benchmark_get_header.json/main",
282+
"value": 197251,
283+
"unit": "circuit_size"
284+
},
285+
{
286+
"name": "benchmark_get_log.json/main",
287+
"value": 1693643,
288+
"unit": "circuit_size"
289+
},
290+
{
291+
"name": "benchmark_get_receipt.json/main",
292+
"value": 1183975,
293+
"unit": "circuit_size"
294+
},
295+
{
296+
"name": "benchmark_get_transaction.json/main",
297+
"value": 1263631,
298+
"unit": "circuit_size"
299+
}
300+
]
252301
}
253302
],
254303
"Brillig Bytecode Size": [

0 commit comments

Comments
 (0)