Skip to content

Commit cfd781c

Browse files
committed
Make benchmarks.jl dev the local DDPPL version
1 parent 9acd0eb commit cfd781c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

benchmarks/benchmarks.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
using Pkg
2+
# To ensure we benchmark the local version of DynamicPPL, dev the folder above.
3+
Pkg.develop(; path=joinpath(@__DIR__, ".."))
4+
15
using DynamicPPLBenchmarks: Models, make_suite
26
using BenchmarkTools: @benchmark, median, run
37
using PrettyTables: PrettyTables, ft_printf

0 commit comments

Comments
 (0)