Skip to content

Commit 123a147

Browse files
committed
add AirSpeedVelocity benchmarking GithubAction
1 parent e4b47cf commit 123a147

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Benchmark this PR
2+
on:
3+
pull_request_target:
4+
branches: [ master ] # change to your default branch
5+
permissions:
6+
pull-requests: write # needed to post comments
7+
8+
jobs:
9+
bench:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: MilesCranmer/AirspeedVelocity.jl@action-v1
13+
with:
14+
julia-version: '1'

0 commit comments

Comments
 (0)