constellation/.github/actions/e2e_benchmark/fio.ini
Moritz Eckert db32251daa docs: update benchmarks with v2.6.0
Co-authored-by: Thomas Tendyck <51411342+thomasten@users.noreply.github.com>
2023-04-11 14:28:21 +02:00

37 lines
369 B
INI

[global]
direct=1
ioengine=libaio
runtime=60s
ramp_time=10s
size=10Gi
time_based=1
group_reporting
thread
cpus_allowed=1
[read_iops]
stonewall
readwrite=randread
bs=4k
iodepth=128
[write_iops]
stonewall
readwrite=randwrite
bs=4k
iodepth=128
[read_bw]
stonewall
readwrite=randread
bs=1024k
iodepth=128
[write_bw]
stonewall
readwrite=randwrite
bs=1024k
iodepth=128