Skip to content

Switch to explicit imports of names from packages #89

Switch to explicit imports of names from packages

Switch to explicit imports of names from packages #89

Workflow file for this run

name: benchmarks
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
on:
pull_request:
branches:
- main
paths-ignore:
- 'LICENSE.md'
- 'README.md'
- 'docs/**'
- 'issues/**'
- 'format/**'
- 'test/**'
jobs:
benchmarks:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
version: "1"
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- name: Benchmark run
run: |
git fetch origin +:refs/remotes/origin/HEAD --depth=1
julia --project=benchmark benchmark/run.jl
- name: Comment PR
uses: thollander/actions-comment-pull-request@v2
with:
filePath: "benchmark.md"
comment_tag: benchmark