Skip to content

Commit

Permalink
Update config for write benchmarks
Browse files Browse the repository at this point in the history
Signed-off-by: Monthon Klongklaew <[email protected]>
  • Loading branch information
monthonk committed Aug 15, 2023
1 parent 5b86cf5 commit e63b139
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mountpoint-s3/scripts/fio/write/seq_write.fio
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[global]
name=fs_bench
bs=256k
runtime=10s
runtime=30s
time_based
group_reporting

Expand All @@ -13,4 +13,4 @@ fallocate=none
create_on_open=1
fsync_on_close=1
unlink=1
startdelay=1s
startdelay=30s
4 changes: 2 additions & 2 deletions mountpoint-s3/scripts/fio/write/seq_write_direct.fio
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[global]
name=fs_bench
bs=256k
runtime=10s
runtime=30s
time_based
group_reporting

Expand All @@ -14,4 +14,4 @@ fallocate=none
create_on_open=1
fsync_on_close=1
unlink=1
startdelay=1s
startdelay=30s

0 comments on commit e63b139

Please sign in to comment.