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;