summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-20 22:15:25 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-20 22:15:25 -0400
commit6f80e2e126d975aae1f834241e666a03941d30f8 (patch)
tree0b392913821b61fa9b95c3613b656c320bf9985b
parentf9bff9084233d12cab3928b4e930973db6ff2ec5 (diff)
clarify
-rw-r--r--README-NEW.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README-NEW.md b/README-NEW.md
index 9941b311..25ea2755 100644
--- a/README-NEW.md
+++ b/README-NEW.md
@@ -18,8 +18,8 @@ Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org).
### Quick example comparing tools
This example searches the entire Linux kernel source tree (after running
-`make`) for `[A-Z]+_SUSPEND`, where all matches must be words. Timings were
-collected on a system with an Intel i7-6900K 3.2 GHz.
+`make defconfig && make -j8`) for `[A-Z]+_SUSPEND`, where all matches must be
+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
[blog post on `ripgrep`](http://blog.burntsushi.net/ripgrep/)