martin/.github/workflows/bench.yml
Yuri Astrakhan b147c27380
Move Martin crate to its own subdir ()
This cleans up the code a bit, making all crates to be on the same
level.
2023-06-04 02:50:55 +00:00

30 lines
516 B
YAML

name: Benchmark
on:
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- '**.md'
- 'demo/**'
- 'docs/**'
- 'homebrew-formula/**'
push:
branches: [main]
paths-ignore:
- '**.md'
- 'demo/**'
- 'docs/**'
- 'homebrew-formula/**'
workflow_dispatch:
jobs:
check_benchmark:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Check benchmark
run: cargo bench