Commit feb082a2 authored by Ben Walker's avatar Ben Walker Committed by Jim Harris
Browse files

fio: Remove the trim step from full_bench.fio



The test already writes to the entire device twice, so
the trim step does not actually accomplish anything.

Change-Id: Ie761389511196d659358f18f557feb80087628cc
Signed-off-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-on: https://review.gerrithub.io/393832


Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Tested-by: default avatarSPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarChangpeng Liu <changpeng.liu@intel.com>
parent 58d46f29
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -8,12 +8,6 @@ norandommap=1
cpumask=1
percentile_list=50:99:99.9:99.99:99.999

[precondition-trim]
description="Trim the entire device"
rw=trim
iodepth=128
bs=1M

[precondition-sequential]
stonewall
description="Sequentially write to the device twice"