Configuration file generation was split into multiple places/functions in scripts. Move it into a single function. "time_based" fio parameter has been moved to fio config template file as it is not configurable. There is still a lot of room for improvement here, because create_fio_config() function uses mixed local variables (as function arguments) and global variables. Change-Id: Ica3717d0d28692d24c861c2d32e729761c5c8647 Signed-off-by: Karol Latecki <karol.latecki@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3345 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
7 lines
72 B
Plaintext
7 lines
72 B
Plaintext
[global]
|
|
direct=1
|
|
thread=1
|
|
norandommap=1
|
|
group_reporting=1
|
|
time_based=1
|