Skip to content

Add pass for 5-arg mul detection #689

Add pass for 5-arg mul detection

Add pass for 5-arg mul detection #689

Workflow file for this run

name: Benchmark a pull request
on:
pull_request_target:
branches:
- master
- v4
permissions:
pull-requests: write
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"