Skip to content

Commit

Permalink
Tweak fsync value in fio jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
gargnitingoogle committed Sep 21, 2023
1 parent 84c348e commit 7f8f3b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions perfmetrics/scripts/job_files/presubmit_perf_test.fio
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ directory=gcs/256kb
filesize=256k
rw=write
numjobs=40
fsync=16

[256kb_randread]
stonewall
Expand Down Expand Up @@ -68,6 +69,7 @@ directory=gcs/50mb
filesize=50M
rw=write
numjobs=40
fsync=50

[50mb_randread]
stonewall
Expand Down Expand Up @@ -100,6 +102,7 @@ directory=gcs/1gb
filesize=1G
rw=write
numjobs=40
fsync=1000

[1gb_randread]
stonewall
Expand Down
4 changes: 4 additions & 0 deletions perfmetrics/scripts/job_files/seq_rand_read_write.fio
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ directory=gcs/256kb
filesize=256k
rw=write
numjobs=40
fsync=16

[3_thread]
stonewall
Expand All @@ -49,6 +50,7 @@ directory=gcs/3mb
filesize=3M
rw=write
numjobs=40
fsync=3

[5_thread]
stonewall
Expand All @@ -64,6 +66,7 @@ directory=gcs/5mb
filesize=5M
rw=write
numjobs=40
fsync=5

[7_thread]
stonewall
Expand All @@ -79,6 +82,7 @@ directory=gcs/50mb
filesize=50M
rw=write
numjobs=40
fsync=50

[9_thread]
stonewall
Expand Down

0 comments on commit 7f8f3b0

Please sign in to comment.