martin/.github/workflows/bench.yml
2022-12-13 16:20:52 -05:00

20 lines
322 B
YAML

name: Benchmark
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches: [main, v0.6]
workflow_dispatch:
jobs:
check_benchmark:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Check benchmark
run: cargo bench