forked from awslabs/mountpoint-s3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed the mode of file creation to create_only as it reduces the ti…
…me it takes to run the benchmark Signed-off-by: Ankit Saurabh <sauraank@amazon.co.uk>
- Loading branch information
Ankit Saurabh
committed
Feb 23, 2024
1 parent
4eed49b
commit 8f1660f
Showing
5 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[global] | ||
create_on_open=1 | ||
create_only=1 | ||
nrfiles=10 | ||
ioengine=filecreate | ||
fallocate=none | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[global] | ||
create_on_open=1 | ||
create_only=1 | ||
nrfiles=100 | ||
ioengine=filecreate | ||
fallocate=none | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[global] | ||
create_on_open=1 | ||
create_only=1 | ||
nrfiles=1000 | ||
ioengine=filecreate | ||
fallocate=none | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[global] | ||
create_on_open=1 | ||
create_only=1 | ||
nrfiles=10000 | ||
ioengine=filecreate | ||
fallocate=none | ||
|