summaryrefslogtreecommitdiffstats
path: root/benches
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-16 18:22:35 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-16 18:22:35 -0400
commit7fbf2f014ce27a1194dcb8bf53ff51d6517a5a98 (patch)
tree4c6c3090121cce0f169514f5b9bff963f4ce455b /benches
parentd22a3ca3e57dc5c28bfb161fc6a0d54856e0f486 (diff)
Reorganize some files.
Diffstat (limited to 'benches')
-rw-r--r--benches/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/benches/README.md b/benches/README.md
new file mode 100644
index 00000000..18cf9131
--- /dev/null
+++ b/benches/README.md
@@ -0,0 +1,5 @@
+These are internal microbenchmarks for tracking the peformance of individual
+components inside of ripgrep. At the moment, they aren't heavily used.
+
+For performance benchmarks of ripgrep proper, see the sibling `benchsuite`
+directory.