summaryrefslogtreecommitdiff
diff options
authorRod Smith <rod.smith@canonical.com>2020-03-26 09:19:36 -0400
committerRod Smith <rod.smith@canonical.com>2020-03-26 09:19:36 -0400
commit9179cb98372f454eeccba983d29da45bb615da01 (patch)
tree2558b6b341d3d8583386f93b688e1572905e065b
parentb15f310c4985f240c499fce25ffb9a1275ff07ab (diff)
Backed off nvme and mdadm changes to disk_read_performance_test in response to review comments.
-rwxr-xr-xbin/disk_read_performance_test4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/disk_read_performance_test b/bin/disk_read_performance_test
index a98c1801..bcf1c75b 100755
--- a/bin/disk_read_performance_test
+++ b/bin/disk_read_performance_test
@@ -58,9 +58,9 @@ for disk in $@; do
"devmapper" ) MIN_BUF_READ=$DEFAULT_BUF_READ;;
"ide" ) MIN_BUF_READ=40;;
"mmc" ) MIN_BUF_READ=$DEFAULT_BUF_READ;;
- "nvme" ) MIN_BUF_READ=500;;
+ "nvme" ) MIN_BUF_READ=200;;
"nvdimm" ) MIN_BUF_READ=500;;
- "mdadm" ) MIN_BUF_READ=150;;
+ "mdadm" ) MIN_BUF_READ=80;;
"ata" ) MIN_BUF_READ=100;;
"scsi" ) MIN_BUF_READ=100;;
"ssd" ) MIN_BUF_READ=200;;