diff --git a/justfile b/justfile index 81ccb7f..5dc42fa 100644 --- a/justfile +++ b/justfile @@ -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 +