Skip to content

Commit

Permalink
Made the output file for benchmark result same for S3 express and sta…
Browse files Browse the repository at this point in the history
…ndard S3

Signed-off-by: Ankit Saurabh <[email protected]>
  • Loading branch information
Ankit Saurabh committed Feb 21, 2024
1 parent 01da2ba commit 9bf7740
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Benchmarks (PR)

on:
pull_request_target:
branches: [ "main", "s3-express-benchmark" ]
branches: [ "main" ]
types: [ labeled, opened, reopened, synchronize ]

permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bench_s3express.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: benchmark-action/github-action-benchmark@v1
with:
tool: 'customBiggerIsBetter'
output-file-path: results/output_s3_express.json
output-file-path: results/output.json
benchmark-data-dir-path: dev/s3-express/bench
alert-threshold: "200%"
fail-on-alert: true
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
uses: benchmark-action/github-action-benchmark@v1
with:
tool: 'customSmallerIsBetter'
output-file-path: results/output_s3_express.json
output-file-path: results/output.json
benchmark-data-dir-path: dev/s3-express/latency_bench
alert-threshold: "200%"
fail-on-alert: true
Expand Down

0 comments on commit 9bf7740

Please sign in to comment.