Skip to content

Commit c8c3b2d

Browse files
author
github-action-benchmark
committed
add Aztec Benchmarks (customSmallerIsBetter) benchmark result for 06d81c8871f64fd659abfcfbb3074904917f3d8e
1 parent 2febf0d commit c8c3b2d

1 file changed

Lines changed: 45 additions & 1 deletion

File tree

bench/data.js

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1770973545471,
2+
"lastUpdate": 1771060225584,
33
"repoUrl": "https://github.com/AztecProtocol/aztec-packages",
44
"entries": {
55
"Aztec Benchmarks": [
@@ -562,6 +562,50 @@ window.BENCHMARK_DATA = {
562562
"unit": "seconds"
563563
}
564564
]
565+
},
566+
{
567+
"commit": {
568+
"author": {
569+
"email": "santiago@aztecprotocol.com",
570+
"name": "Santiago Palladino",
571+
"username": "spalladino"
572+
},
573+
"committer": {
574+
"email": "noreply@github.com",
575+
"name": "GitHub",
576+
"username": "web-flow"
577+
},
578+
"distinct": true,
579+
"id": "06d81c8871f64fd659abfcfbb3074904917f3d8e",
580+
"message": "refactor(sequencer): rename block-level metrics to checkpoint-level (#20505)\n\n## Summary\n- Renames sequencer metrics that were incorrectly named at the block\nlevel to checkpoint level (proposal success, precheck failed, rewards)\n- Adds new checkpoint-level metrics: build duration, block count, tx\ncount, total mana\n- Removes old block-level metric constants\n(`SEQUENCER_BLOCK_PROPOSAL_SUCCESS_COUNT`,\n`SEQUENCER_BLOCK_PROPOSAL_PRECHECK_FAILED_COUNT`,\n`SEQUENCER_CURRENT_BLOCK_REWARDS`)\n- Fixes attestation metric descriptions to say \"checkpoint\" instead of\n\"block\"\n- Updates grafana alert for new naming.\n\n## Test plan\n- [x] `yarn build` passes\n- [x] `yarn format` and `yarn lint` clean\n- [x] `yarn workspace @aztec/sequencer-client test\nsrc/sequencer/checkpoint_proposal_job.test.ts` passes (26/26)\n- [x] `yarn workspace @aztec/sequencer-client test\nsrc/sequencer/sequencer.test.ts` passes (22/22)\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
581+
"timestamp": "2026-02-13T23:14:14Z",
582+
"tree_id": "098547d76597d9e04c1b409f12df2a18768798f7",
583+
"url": "https://github.com/AztecProtocol/aztec-packages/commit/06d81c8871f64fd659abfcfbb3074904917f3d8e"
584+
},
585+
"date": 1771060136152,
586+
"tool": "customSmallerIsBetter",
587+
"benches": [
588+
{
589+
"name": "spartan/ci/network_deploy/total",
590+
"value": 413,
591+
"unit": "seconds"
592+
},
593+
{
594+
"name": "spartan/ci/network_deploy/eth_devnet",
595+
"value": 95,
596+
"unit": "seconds"
597+
},
598+
{
599+
"name": "spartan/ci/network_deploy/rollup_contracts",
600+
"value": 103,
601+
"unit": "seconds"
602+
},
603+
{
604+
"name": "spartan/ci/network_deploy/aztec_infra",
605+
"value": 206,
606+
"unit": "seconds"
607+
}
608+
]
565609
}
566610
]
567611
}

0 commit comments

Comments
 (0)