Skip to content

docs: define the AbstractSystem implementation contract #1984

docs: define the AbstractSystem implementation contract

docs: define the AbstractSystem implementation contract #1984

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 }}"
script: "benchmark/benchmarks.jl"
extra-pkgs: "${{ github.event.pull_request.head.repo.clone_url }}#${{ github.event.pull_request.head.sha }}:lib/ModelingToolkitBase,ModelingToolkitStandardLibrary,OrdinaryDiffEqDefault,CommonSolve"
job-summary: "${{ github.event.pull_request.head.repo.fork }}"