Skip to content

benchmark

benchmark #185

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@mmbm-benchmark-manual
with:
sha: ${{ inputs.sha }}
secrets: inherit