Skip to content

Add support for an external synchronous compiler to discrete and hybrid systems #76

Add support for an external synchronous compiler to discrete and hybrid systems

Add support for an external synchronous compiler to discrete and hybrid systems #76

Workflow file for this run

name: Benchmark this PR
on:
pull_request:
branches:
- master
paths-ignore:
- 'docs/**'
permissions:
pull-requests: write # needed to post comments
jobs:
bench:
name: "Benchmarks"
strategy:
matrix:
version:
- "1"
- "lts"
runs-on: ubuntu-latest
steps:
- uses: MilesCranmer/AirspeedVelocity.jl@action-v1
with:
julia-version: "${{ matrix.version }}"