Skip to content

Copy the W prototype so integrators stop sharing it #4000

Copy the W prototype so integrators stop sharing it

Copy the W prototype so integrators stop sharing it #4000

Workflow file for this run

name: Benchmark this PR
on:
pull_request:
branches: [master, v7]
paths-ignore: ['docs/**']
permissions:
pull-requests: write
contents: read
jobs:
benchmark:
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
version: ["1", "lts"]
env:
# Force consistent Julia depot path for self-hosted runners
JULIA_DEPOT_PATH: ~/.julia
steps:
- uses: MilesCranmer/AirspeedVelocity.jl@action-v1
with:
julia-version: ${{ matrix.version }}
script: "benchmark/benchmarks.jl"
extra-pkgs: "StableRNGs,StaticArrays"
job-summary: true