-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Benchmarking & Performance #45
Labels
Comments
Benchmarks on large repos would be cool: Also maybe benchmark grep as a baseline and do comparisons. |
It currently takes a full minute+ to run on the Kubernetes codebase 😢
Whereas kubernetes$ time grep -nr '\(//\|#\) \?\(TODO\|FIXME\|BUG\|HACK\|XXX\|COMBAK\)' --exclude-dir '.git' .
real 0m1.003s
user 0m0.542s
sys 0m0.450s |
ianlewis
pushed a commit
that referenced
this issue
Aug 24, 2023
Updates #45 Signed-off-by: Ian Lewis <[email protected]>
I think instead of using the |
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add some kind of benchmarking for tracking how performance changes over time and with each PR.
Some useful articles:
The text was updated successfully, but these errors were encountered: