From 2d8d611e3006fdc05fff6acccb22dd156540801a Mon Sep 17 00:00:00 2001 From: Lorenzo Stella Date: Sun, 21 Jan 2024 10:49:21 +0100 Subject: [PATCH] just benchmark --- justfile | 5 +++++ 1 file changed, 5 insertions(+) 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 +