Skip to content

benchmark

benchmark #167

Workflow file for this run

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