Skip to content

Commit 585f4eb

Browse files
mhaurupenelopeysm
andauthored
Fix benchmark setting
Co-authored-by: Penelope Yong <penelopeysm@gmail.com>
1 parent 1e1be7b commit 585f4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/src/DynamicPPLBenchmarks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function make_suite(model, varinfo_choice::Symbol, adbackend::Symbol, islinked::
8383
elseif varinfo_choice == :typed_vector
8484
DynamicPPL.typed_vector_varinfo(rng, model)
8585
elseif varinfo_choice == :untyped_vector
86-
DynamicPPL.typed_vector_varinfo(rng, model)
86+
DynamicPPL.untyped_vector_varinfo(rng, model)
8787
else
8888
error("Unknown varinfo choice: $varinfo_choice")
8989
end

0 commit comments

Comments
 (0)