Skip to content

Transformation function to turn FDEs into ODEs #109

Transformation function to turn FDEs into ODEs

Transformation function to turn FDEs into ODEs #109

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: "ModelingToolkitStandardLibrary,OrdinaryDiffEqDefault"