test/vhost: Change blocksize in fiotests
Default configuration job for FIO integrity test uses block size 4k. This patch changes it to 4k-512k for better bs coverage. Change-Id: Ib31b9c663288b5fa9226dd429458ae0fe8ba9209 Signed-off-by: Lukasz Galka <lukaszx.galka@intel.com> Reviewed-on: https://review.gerrithub.io/372081 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-by: Pawel Wodkowski <pawelx.wodkowski@intel.com>
This commit is contained in:
parent
2dab00ee03
commit
fcfa6f3432
@ -1,5 +1,5 @@
|
||||
[global]
|
||||
blocksize=4k
|
||||
blocksize_range=4k-512k
|
||||
iodepth=512
|
||||
iodepth_batch=128
|
||||
iodepth_low=256
|
||||
|
@ -1,5 +1,5 @@
|
||||
[global]
|
||||
blocksize=4k
|
||||
blocksize_range=4k-512k
|
||||
iodepth=512
|
||||
iodepth_batch=128
|
||||
iodepth_low=256
|
||||
|
Loading…
Reference in New Issue
Block a user