Skip to content

Commit 547121f

Browse files
committed
remove WaldMixture from benchmarks
1 parent 05256fc commit 547121f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

benchmark/benchmarks.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SUITE = BenchmarkGroup()
1010
# logpdf
1111
####################################################################################################
1212
dists2D = (DDM, LBA, LNR, RDM)
13-
dists1D = (Wald, WaldMixture)
13+
dists1D = (Wald,)
1414
ns = [10, 100]
1515
SUITE[:logpdf] = BenchmarkGroup()
1616

@@ -40,7 +40,7 @@ end
4040
####################################################################################################
4141
# rand
4242
####################################################################################################
43-
dists = (DDM, LBA, LCA, LNR, RDM, Wald, WaldMixture)
43+
dists = (DDM, LBA, LCA, LNR, RDM, Wald)
4444
ns = [10, 100]
4545
SUITE[:rand] = BenchmarkGroup()
4646

@@ -54,7 +54,7 @@ end
5454
####################################################################################################
5555
# simulate
5656
####################################################################################################
57-
dists = (DDM, LBA, LCA, RDM, Wald, WaldMixture)
57+
dists = (DDM, LBA, LCA, RDM, Wald)
5858
SUITE[:simulate] = BenchmarkGroup()
5959

6060
for dist dists

0 commit comments

Comments
 (0)