From 69cb16c7fa9edae2904414dfa0aa7ed12bf1675d Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 27 Sep 2015 09:19:41 -0400 Subject: s/$HOME/$DIR/ in most places --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e632962..19f631a 100644 --- a/README.md +++ b/README.md @@ -120,10 +120,10 @@ DIR=$HOME sudo sh -c 'echo 3 > /proc/sys/vm/drop_caches' # To warm the caches -find $HOME +find $DIR # Test speed of `find` on warm cache: -time find $HOME +time find $DIR # Compile and test speed of `walkdir` crate: cargo build --release --example walkdir -- cgit v1.2.3