changelog: add link for reporting perf improvements/regressions

This commit is contained in:
Andrew Gallant 2023-11-26 14:05:23 -05:00
parent e9ff90c8ff
commit 8058859701
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

@ -15,7 +15,10 @@ with hyperlinks][report-hyperlinks], positive or negative.
Another headling development in this release is that it contains a rewrite of Another headling development in this release is that it contains a rewrite of
its regex engine. You generally shouldn't notice any changes, except for some its regex engine. You generally shouldn't notice any changes, except for some
searches may get faster. You can read more about the [regex engine rewrite on searches may get faster. You can read more about the [regex engine rewrite on
my blog][regex-internals]. my blog][regex-internals]. Please [report your performance improvements or
regressions that you notice][report-perf].
[report-perf]: https://github.com/BurntSushi/ripgrep/discussions/2652
Finally, ripgrep switched the library it uses for argument parsing. Users Finally, ripgrep switched the library it uses for argument parsing. Users
should not notice a difference in most cases (error messages have changed should not notice a difference in most cases (error messages have changed