Skip to content

Commit

Permalink
up action
Browse files Browse the repository at this point in the history
  • Loading branch information
lrnv committed Apr 4, 2024
1 parent dfb6b9d commit bc550d1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/Benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: '1'
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- name: Run benchmark
run: |
cd benchmark
julia --project --color=yes -e '
julia --project=benchmark --color=yes -e '
using Pkg;
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate();
include("benchmarks.jl")'
include("benchmark/benchmarks.jl")'
- name: Download previous benchmark data
uses: actions/cache@v4
with:
Expand Down

0 comments on commit bc550d1

Please sign in to comment.