Another typo

This commit is contained in:
David Peter 2018-01-30 22:33:00 +01:00 committed by GitHub
parent a526f4cb6a
commit 1068db5add
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ hyperfine --min-runs 5 'sleep 0.2' 'sleep 3.2'
### I/O-heavy programs
If the program execution time is limited by disk I/O, the benchmarking results can be heavily
influence by disk caches and whether they are cold or warm.
influenced by disk caches and whether they are cold or warm.
If you want to run the benchmark on a warm cache, you can use the `-w`/`--warmup` option to perform
a certain number of program executions before the actual benchmark: