Skip to content

Comments

feat: add aztec profile flamegraph command#20741

Open
nchamo wants to merge 4 commits intomerge-train/fairiesfrom
feat/flamegraph-svg-validation
Open

feat: add aztec profile flamegraph command#20741
nchamo wants to merge 4 commits intomerge-train/fairiesfrom
feat/flamegraph-svg-validation

Conversation

@nchamo
Copy link
Contributor

@nchamo nchamo commented Feb 20, 2026

Summary

  • Adds aztec profile flamegraph command that generates inferno-style flamegraph SVGs from contract artifacts
    • It was previously at aztec flamegraph
  • Replaces shell scripts (flamegraph.sh, extract_function.js) with TypeScript implementation
  • Adds test validating the generated SVG structure

new|init)
$script_dir/${cmd}.sh "$@"
;;
flamegraph)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are still keeping the old command, but we are adding a deprecation warning. Internally, it's just using the new command

@nchamo nchamo added the ci-no-fail-fast Sets NO_FAIL_FAST in the CI so the run is not aborted on the first failure label Feb 20, 2026
@nchamo nchamo self-assigned this Feb 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-no-fail-fast Sets NO_FAIL_FAST in the CI so the run is not aborted on the first failure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant