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 Assume Role duration to 6 hours for latency benchmarks also
Signed-off-by: Ankit Saurabh <sauraank@amazon.co.uk>
- Loading branch information
Ankit Saurabh
committed
Feb 26, 2024
1 parent
8f1660f
commit 080fda1
Showing
6 changed files
with
6 additions
and
4 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
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_only=1 | ||
create_on_open=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_only=1 | ||
create_on_open=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_only=1 | ||
create_on_open=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_only=1 | ||
create_on_open=1 | ||
nrfiles=10000 | ||
ioengine=filecreate | ||
fallocate=none | ||
|