martin/.github/workflows/bench.yml

30 lines
516 B
YAML
Raw Normal View History

2021-07-23 11:04:34 +03:00
name: Benchmark
on:
pull_request:
types: [opened, synchronize, reopened]
2023-05-30 04:00:44 +03:00
paths-ignore:
- '**.md'
- 'demo/**'
- 'docs/**'
- 'homebrew-formula/**'
2021-07-23 11:04:34 +03:00
push:
branches: [main]
2023-05-30 04:00:44 +03:00
paths-ignore:
- '**.md'
- 'demo/**'
- 'docs/**'
- 'homebrew-formula/**'
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