Skip to content

Commit 2f7706b

Browse files
authored
Update benchmarks.jl
1 parent 0fcca13 commit 2f7706b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmarks/benchmarks.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ chosen_combinations = [
5151
("Multivariate 10k", multivariate10k, :typed, :mooncake, true),
5252
("Dynamic", Models.dynamic(), :typed, :mooncake, true),
5353
("Submodel", Models.parent(randn(rng)), :typed, :mooncake, true),
54+
("LDA", lda_instance, :typed, :mooncake, true),
5455
("LDA", lda_instance, :typed, :reversediff, true),
5556
]
5657

0 commit comments

Comments
 (0)