Add benchmarks to test how fast the linter is #232
Labels
A-Linter
Related to the linter and custom lints
C-Testing
A change to the tests
D-Modest
A "normal" level of difficulty; suitable for simple features or challenging fixes
S-Ready-for-Implementation
This issue is ready for an implementation PR. Go for it!
We should have some way to generally track performance improvements or regressions. It could be as simple as
time cargo run
, though benchmarking withcriterion
would be ideal.The text was updated successfully, but these errors were encountered: