summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-11 00:42:19 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-11 00:42:19 -0400
commitcf21b4a97e98eb015d20d81c9dbe15e0cba7bd31 (patch)
tree7fec1ea7ca98258bbbf3c681aa2dea64c255fbf0
parent19615245cd218c309e03c5a072ddfe0929c28a7f (diff)
Add doc.
-rw-r--r--benches/bench.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/benches/bench.rs b/benches/bench.rs
index a529172f..a71e149a 100644
--- a/benches/bench.rs
+++ b/benches/bench.rs
@@ -1,3 +1,7 @@
+/*!
+This module benchmarks the glob implementation. For benchmarks on the ripgrep
+tool itself, see the benchsuite directory.
+*/
#![feature(test)]
extern crate glob;