summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-18 18:35:32 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-18 18:35:32 -0400
commit5b7c17e2fb2475bcfadb1c4219064ed815d1f16f (patch)
treeb5d5d80f79155cf6324b8fd97b9710da5519a44f
parentbf56b3bb8e9019f766dfdab115ec68916bd3533a (diff)
clarify
-rw-r--r--README-NEW.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README-NEW.md b/README-NEW.md
index 111d7af0..1d638759 100644
--- a/README-NEW.md
+++ b/README-NEW.md
@@ -18,7 +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.
+`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.
Please remember that a single benchmark is never enough! See my
[blog post on `ripgrep`](http://blog.burntsushi.net/ripgrep/)