Extend I/O Benchmark to test whole dev
This commit is contained in:
parent
945c771b6e
commit
b5202d3646
1 changed files with 1 additions and 1 deletions
|
|
@ -15,4 +15,4 @@ fi
|
||||||
|
|
||||||
# Run Benchmarks
|
# Run Benchmarks
|
||||||
echo 3 | sudo tee -a /proc/sys/vm/drop_caches >/dev/null 2>&1
|
echo 3 | sudo tee -a /proc/sys/vm/drop_caches >/dev/null 2>&1
|
||||||
sudo dd bs=4M count=4096 if="${1}" of=/dev/null status=progress 2>&1 | tee -a "${2}"
|
sudo dd bs=4M if="${1}" of=/dev/null status=progress 2>&1 | tee -a "${2}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue