Skip to content

Adopt typed throws and isolation based methods for iterators (#124) #212

Adopt typed throws and isolation based methods for iterators (#124)

Adopt typed throws and isolation based methods for iterators (#124) #212

Workflow file for this run

name: benchmark
on:
workflow_dispatch:
inputs:
sha:
type: string
required: true
description: "The commit SHA to run the benchmarks against."
push:
branches: [main]
jobs:
benchmark:
uses: vapor/ci/.github/workflows/run-benchmark.yml@main
with:
sha: ${{ inputs.sha }}
secrets: inherit