martin/.github/workflows/bench.yml
2023-10-11 22:53:30 -04:00

28 lines
472 B
YAML

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