This commit is contained in:
Andrew Gallant 2016-09-20 22:15:25 -04:00
parent f9bff90842
commit 6f80e2e126

View File

@ -18,8 +18,8 @@ Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org).
### Quick example comparing tools ### Quick example comparing tools
This example searches the entire Linux kernel source tree (after running This example searches the entire Linux kernel source tree (after running
`make`) for `[A-Z]+_SUSPEND`, where all matches must be words. Timings were `make defconfig && make -j8`) for `[A-Z]+_SUSPEND`, where all matches must be
collected on a system with an Intel i7-6900K 3.2 GHz. words. Timings were collected on a system with an Intel i7-6900K 3.2 GHz.
Please remember that a single benchmark is never enough! See my Please remember that a single benchmark is never enough! See my
[blog post on `ripgrep`](http://blog.burntsushi.net/ripgrep/) [blog post on `ripgrep`](http://blog.burntsushi.net/ripgrep/)