Extend I/O Benchmark to test whole dev

This commit is contained in:
2Shirt 2018-04-16 13:26:35 -06:00
parent 945c771b6e
commit b5202d3646

View file

@ -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}"