Skip to content

Move to manual benchmarking #162

Move to manual benchmarking

Move to manual benchmarking #162

Workflow file for this run

name: benchmark
on:
workflow_dispatch:
inputs:
pr_number:
type: number
required: true
description: "Runs the benchmarks of the specified PR against main thresholds"
push:
branches: [main]
jobs:
benchmark:
uses: vapor/ci/.github/workflows/run-benchmark.yml@mmbm-benchmark-manual
with:
pr_number: ${{ inputs.pr_number }}
secrets: inherit