martin/.github/workflows/bench.yml

20 lines
322 B
YAML
Raw Normal View History

2021-07-23 11:04:34 +03:00
name: Benchmark
on:
pull_request:
types: [opened, synchronize, reopened]
push:
2022-12-14 00:20:52 +03:00
branches: [main, v0.6]
workflow_dispatch:
2021-07-23 11:04:34 +03:00
jobs:
check_benchmark:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
2021-07-23 11:04:34 +03:00
- name: Check benchmark
run: cargo bench