Skip to content

Commit 6926623

Browse files
committed
Roll back benchmark scripts (it uses the right code automatically, no need to dev the pkg)
1 parent 493cd4f commit 6926623

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
.DS_Store
66
docs/Manifest.toml
77
test/Manifest.toml
8-
docs/build/
8+
docs/build/
9+
benchmark/Manifest.toml

benchmark/benchmarks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using Pkg
22
Pkg.activate(dirname(@__FILE__))
3-
Pkg.develop(PackageSpec(path=dirname(@__DIR__)))
3+
# Pkg.develop(PackageSpec(path=dirname(@__DIR__)))
44
Pkg.add(url="https://github.com/VEZY/PlantBiophysics.jl", rev="master")
55
Pkg.add(url="https://github.com/PalmStudio/XPalm.jl", rev="main")
66
Pkg.resolve()

0 commit comments

Comments
 (0)