projects
/
fio.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fix typo in tools/fiologparser.py
[fio.git]
/
t
/
jobs
/
t0004-8a99fdf6.fio
1
# Expected result: fio runs to completion
2
# Buggy result: fio segfaults
3
[global]
4
ioengine=libaio
5
direct=1
6
filename=/tmp/foo
7
iodepth=128
8
size=10M
9
loops=1
10
group_reporting=1
11
readwrite=write
12
do_verify=0
13
verify=md5
14
numjobs=1
15
thread
16
verify_dump=1
17
18
[small_writes]
19
offset=0G
20
blocksize=512
21
verify_interval=1M
22
23
[large_writes]
24
stonewall
25
offset=1G
26
blocksize=1M
27
verify_interval=512