martin/.github/workflows/bench.yml
2023-09-29 20:51:40 -04:00

30 lines
534 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@v4
- name: Check benchmark
run: cargo bench