diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index c71aa4100..3053732a4 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -74,6 +74,7 @@ jobs: - name: Check benchmark results uses: benchmark-action/github-action-benchmark@v1 with: + name: Throughput Benchmark (S3 Standard) tool: 'customBiggerIsBetter' output-file-path: results/output.json # This is default value, just make it more explicit @@ -86,9 +87,11 @@ jobs: auto-push: ${{ inputs.publish }} comment-on-alert: true max-items-in-chart: 20 + summary-always: true - name: Check resource utilization uses: benchmark-action/github-action-benchmark@v1 with: + name: Throughput Benchmark - Peak Memory Usage (S3 Standard) tool: 'customSmallerIsBetter' output-file-path: results/peak_mem_usage.json benchmark-data-dir-path: dev/bench/peak_mem_usage @@ -101,6 +104,7 @@ jobs: comment-on-alert: false max-items-in-chart: 20 skip-fetch-gh-pages: true + summary-always: true latency-bench: name: Benchmark (Latency) @@ -148,6 +152,7 @@ jobs: - name: Check benchmark results uses: benchmark-action/github-action-benchmark@v1 with: + name: Latency Benchmark (S3 Standard) tool: 'customSmallerIsBetter' output-file-path: results/output.json benchmark-data-dir-path: dev/latency_bench @@ -159,6 +164,7 @@ jobs: auto-push: ${{ inputs.publish }} comment-on-alert: false max-items-in-chart: 20 + summary-always: true cache-bench: name: Benchmark (Cache) @@ -208,6 +214,7 @@ jobs: - name: Check benchmark results uses: benchmark-action/github-action-benchmark@v1 with: + name: Cache Throughput Benchmark (S3 Standard) tool: 'customBiggerIsBetter' output-file-path: results/output.json benchmark-data-dir-path: dev/cache_bench @@ -219,9 +226,11 @@ jobs: auto-push: ${{ inputs.publish }} comment-on-alert: false max-items-in-chart: 20 + summary-always: true - name: Check resource utilization uses: benchmark-action/github-action-benchmark@v1 with: + name: Cache Throughput Benchmark - Peak Memory Usage (S3 Standard) tool: 'customSmallerIsBetter' output-file-path: results/peak_mem_usage.json benchmark-data-dir-path: dev/cache_bench/peak_mem_usage @@ -234,3 +243,4 @@ jobs: comment-on-alert: false max-items-in-chart: 20 skip-fetch-gh-pages: true + summary-always: true diff --git a/.github/workflows/bench_s3express.yml b/.github/workflows/bench_s3express.yml index 66e7d7bf9..108182512 100644 --- a/.github/workflows/bench_s3express.yml +++ b/.github/workflows/bench_s3express.yml @@ -74,6 +74,7 @@ jobs: - name: Check benchmark results uses: benchmark-action/github-action-benchmark@v1 with: + name: Throughput Benchmark (S3 Express One Zone) tool: 'customBiggerIsBetter' output-file-path: results/output.json benchmark-data-dir-path: dev/s3-express/bench @@ -85,9 +86,11 @@ jobs: auto-push: ${{ inputs.publish }} comment-on-alert: true max-items-in-chart: 20 + summary-always: true - name: Check resource utilization uses: benchmark-action/github-action-benchmark@v1 with: + name: Throughput Benchmark - Peak Memory Usage (S3 Express One Zone) tool: 'customSmallerIsBetter' output-file-path: results/peak_mem_usage.json benchmark-data-dir-path: dev/s3-express/bench/peak_mem_usage @@ -100,6 +103,7 @@ jobs: comment-on-alert: false max-items-in-chart: 20 skip-fetch-gh-pages: true + summary-always: true latency-bench: name: Benchmark (Latency) @@ -147,6 +151,7 @@ jobs: - name: Check benchmark results uses: benchmark-action/github-action-benchmark@v1 with: + name: Latency Benchmark (S3 Express One Zone) tool: 'customSmallerIsBetter' output-file-path: results/output.json benchmark-data-dir-path: dev/s3-express/latency_bench @@ -158,3 +163,4 @@ jobs: auto-push: ${{ inputs.publish }} comment-on-alert: false max-items-in-chart: 20 + summary-always: true