Skip to content

feat: add performance scan profiling output#62

Merged
ColumbusLabs merged 1 commit into
mainfrom
feat/scan-profile-44
Jun 9, 2026
Merged

feat: add performance scan profiling output#62
ColumbusLabs merged 1 commit into
mainfrom
feat/scan-profile-44

Conversation

@ColumbusLabs

Copy link
Copy Markdown
Owner

Summary

  • Add --profile CLI flag
  • Collect per-rule timings in summary.profile without changing findings
  • Print sorted timing report to stderr

Closes #44

Validation

npm test -- tests/core/scan.test.ts tests/cli/scan.test.ts
npm run build

Collect per-rule timing in ScanSummary.profile and print a stderr profile report.
@ColumbusLabs ColumbusLabs force-pushed the feat/scan-profile-44 branch from c634d9a to bac2e8e Compare June 9, 2026 16:59
@ColumbusLabs ColumbusLabs merged commit 182cd55 into main Jun 9, 2026
2 checks passed
@ColumbusLabs ColumbusLabs deleted the feat/scan-profile-44 branch June 9, 2026 17:01
ColumbusLabs added a commit that referenced this pull request Jun 9, 2026
Add synthetic small/medium/large fixtures, benchmark script, CI smoke, and docs.
Complements open PR #62 (--profile).

Co-authored-by: ColumbusLabs <287001685+ColumbusLabs@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add performance benchmark suite and scan profiling output

1 participant