Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lower freq of syncs in periodic-perf-tests #1549

Merged
merged 1 commit into from
Dec 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 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
gargnitingoogle marked this conversation as resolved.
Show resolved Hide resolved

[9_thread]
stonewall
Expand All @@ -97,6 +101,7 @@ directory=gcs/256kb
filesize=256k
rw=randwrite
numjobs=40
fsync=16

[11_thread]
stonewall
Expand All @@ -113,6 +118,7 @@ directory=gcs/3mb
filesize=3M
rw=randwrite
numjobs=40
fsync=3

[13_thread]
stonewall
Expand All @@ -129,6 +135,7 @@ directory=gcs/5mb
filesize=5M
rw=randwrite
numjobs=40
fsync=5

[15_thread]
stonewall
Expand All @@ -145,3 +152,4 @@ directory=gcs/50mb
filesize=50M
rw=randwrite
numjobs=40
fsync=50
Loading