Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/walkdir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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