Skip to content

Add link to CSI driver LOGGING.md to Mountpoint LOGGING.md (#925) #510

Add link to CSI driver LOGGING.md to Mountpoint LOGGING.md (#925)

Add link to CSI driver LOGGING.md to Mountpoint LOGGING.md (#925) #510

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 }}
publish: ${{ github.event.ref == 'refs/heads/main' }}
s3express-integration:
name: Benchmarks (s3express)
uses: ./.github/workflows/bench_s3express.yml
with:
ref: ${{ github.event.after }}
publish: ${{ github.event.ref == 'refs/heads/main' }}