From cf21b4a97e98eb015d20d81c9dbe15e0cba7bd31 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 11 Sep 2016 00:42:19 -0400 Subject: [PATCH] Add doc. --- benches/bench.rs | 4 ++++ 1 file changed, 4 insertions(+) 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;