Skip to content

Commit

Permalink
Changed the Assume Role duration to 6 hours for latency benchmarks also
Browse files Browse the repository at this point in the history
Signed-off-by: Ankit Saurabh <sauraank@amazon.co.uk>
  • Loading branch information
Ankit Saurabh committed Feb 26, 2024
1 parent 8f1660f commit 080fda1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
with:
role-to-assume: ${{ vars.ACTIONS_IAM_ROLE }}
aws-region: ${{ vars.S3_REGION }}
role-duration-seconds: 21600
- name: Checkout code
uses: actions/checkout@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/bench_s3express.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
with:
role-to-assume: ${{ vars.ACTIONS_IAM_ROLE }}
aws-region: ${{ vars.S3_REGION }}
role-duration-seconds: 21600
- name: Checkout code
uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion mountpoint-s3/scripts/fio/create/create_files_100.fio
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
Expand Down
2 changes: 1 addition & 1 deletion mountpoint-s3/scripts/fio/create/create_files_1000.fio
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
Expand Down
2 changes: 1 addition & 1 deletion mountpoint-s3/scripts/fio/create/create_files_10000.fio
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
Expand Down
2 changes: 1 addition & 1 deletion mountpoint-s3/scripts/fio/create/create_files_100000.fio
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
Expand Down

0 comments on commit 080fda1

Please sign in to comment.