summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-11-06 18:02:45 -0500
committerAndrew Gallant <jamslam@gmail.com>2016-11-06 18:02:45 -0500
commit7aa9652f3c6c250bdfdca414fd7705585b2f4a59 (patch)
treef58ed90bf93b3cf6680cc8b78737122285f0a5ad /README.md
parent7187f61ca876bff5c3171ba83013271d2130b434 (diff)
touchups
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 98717772..83ee86d1 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,8 @@ Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org).
This example searches the entire Linux kernel source tree (after running
`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.
+words. Timings were collected on a system with an Intel i7-6900K 3.2 GHz, and
+ripgrep was compiled using the `compile` script in this repo.
Please remember that a single benchmark is never enough! See my
[blog post on `ripgrep`](http://blog.burntsushi.net/ripgrep/)