Commit Graph

3 Commits

Author SHA1 Message Date
a45ec10b7a fix(#211): Fix two SyntaxErrors in perf_bottleneck_finder.py
Some checks failed
Test / pytest (pull_request) Failing after 23s
- Line 116: Fixed quote escaping in open() regex pattern
- Lines 509-510: Fixed split string literal in return statement
- Verified: python3 -m py_compile succeeds
2026-04-21 11:23:59 +00:00
f9f47cd12f fix(#211): Fix SyntaxError in perf_bottleneck_finder.py regex pattern
- Line 116: Fixed broken quote escaping in open() regex pattern
- Used \\" inside raw string to allow matching both quote types
- Verified: python3 -m py_compile succeeds
2026-04-21 11:17:00 +00:00
be805a1b4c feat: add Performance Bottleneck Finder (#171)
Analyzes: slow tests, build artifacts, CI workflows, heavy imports.
Outputs: markdown report or JSON. Designed for weekly cron.

Closes #171
2026-04-15 14:47:27 +00:00