Skip to content

Commit

Permalink
just benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
lostella committed Jan 21, 2024
1 parent 9ac83c0 commit 2d8d611
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ format:

docs:
julia --project=./docs docs/make.jl

benchmark:
julia --project=benchmark -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
julia --project=benchmark benchmark/runbenchmarks.jl

0 comments on commit 2d8d611

Please sign in to comment.