Skip to content

Guard against gbarrier_norm == 0 in computation of initial mu (fixes #1233) #337

Guard against gbarrier_norm == 0 in computation of initial mu (fixes #1233)

Guard against gbarrier_norm == 0 in computation of initial mu (fixes #1233) #337

Workflow file for this run

name: Benchmark a pull request
on:
pull_request_target:
branches:
- master
permissions:
pull-requests: write # needed to post comments
jobs:
bench:
runs-on: ubuntu-latest
strategy:
matrix:
julia:
- 'lts'
- '1'
steps:
- uses: MilesCranmer/AirspeedVelocity.jl@action-v1
with:
julia-version: '${{ matrix.julia }}'
enable-plots: true
exeflags: '-O3 --threads=auto'