Skip to content

[GHA testing] Add S3 express benchmark #367

[GHA testing] Add S3 express benchmark

[GHA testing] Add S3 express benchmark #367

Workflow file for this run

name: Benchmarks
on:
push:
branches: [ "main", "wf-changes/**"]
permissions:
id-token: write
contents: write
jobs:
integration:
name: Benchmarks
uses: ./.github/workflows/bench.yml
with:
ref: ${{ github.event.after }}
s3express-integration:
name: Benchmarks (s3express)
uses: ./.github/workflows/bench_s3express.yml
with:
ref: ${{ github.event.after }}
s3express-integration:

Check failure on line 22 in .github/workflows/bench_main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/bench_main.yml

Invalid workflow file

You have an error in your yaml syntax on line 22
name: Benchmarks (s3express)
uses: ./.github/workflows/bench_s3express.yml
with:
ref: ${{ github.event.after }}