From 921f99901854da45dc6b0704c81ccacc5b1c04b7 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sun, 13 Oct 2019 16:24:46 +0200 Subject: [PATCH] Change headline --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbff6be..2fbc9ca 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ option: hyperfine --min-runs 5 'sleep 0.2' 'sleep 3.2' ``` -### I/O-heavy programs +### Warmup runs and preparation commands If the program execution time is limited by disk I/O, the benchmarking results can be heavily influenced by disk caches and whether they are cold or warm.