We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9acd0eb commit cfd781cCopy full SHA for cfd781c
benchmarks/benchmarks.jl
@@ -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
+
5
using DynamicPPLBenchmarks: Models, make_suite
6
using BenchmarkTools: @benchmark, median, run
7
using PrettyTables: PrettyTables, ft_printf
0 commit comments