Skip to content

Commit 897331c

Browse files
authored
save benchmarking results as job summary (#158)
1 parent 83c73c9 commit 897331c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Benchmark
22
on:
33
- pull_request
4-
permissions:
5-
pull-requests: write # needed to post comments
4+
65
jobs:
76
benchmark:
87
name: Benchmark
@@ -11,3 +10,4 @@ jobs:
1110
- uses: MilesCranmer/AirspeedVelocity.jl@action-v1
1211
with:
1312
julia-version: '1'
13+
job-summary: 'true'

0 commit comments

Comments
 (0)