Skip to content

WIP: Add an is_chordal algorithm #66

WIP: Add an is_chordal algorithm

WIP: Add an is_chordal algorithm #66

Workflow file for this run

name: Benchmarks
on:
pull_request_target:
branches: [master, main]
permissions:
pull-requests: write
concurrency:
# group by workflow and ref; the last slightly strange component ensures that for pull
# requests, we limit to 1 concurrent job, but for the master branch we don't
group: ${{ github.workflow }}-${{ github.ref }}-${{ (github.ref != 'refs/heads/master' && github.ref != 'refs/heads/main') || github.run_number }}
# Cancel intermediate builds, but only if it is a pull request build.
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
benchmark:
runs-on: ubuntu-latest
steps:
- uses: MilesCranmer/AirspeedVelocity.jl@action-v1
with:
julia-version: '1'
tune: 'false'