Skip to content

Workflow file for this run

name: Benchmarks and build time
on:
pull_request:
branches: [main]
types: [opened, reopened, synchronize]
workflow_dispatch:
inputs:
branch:
description: "Branch to run benchmark on"
required: true
default: "main"
jobs: