Skip to content

Commit

Permalink
Update benchmark/benchmarks.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
palday authored Aug 22, 2023
1 parent 59510e3 commit 7c429bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benchmark/benchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ function fitbobyqa(dsnm::Symbol, i::Integer)
return fit(MixedModel, fms[dsnm][i], dataset(dsnm); contrasts, progress=false)
end

# these tests are so fast that they can be very noisy because the denominator is so small,
# so we disable them by default for auto-benchmarking
# SUITE["simplescalar"] = BenchmarkGroup(["single", "simple", "scalar"])
# for (ds, i) in [
# (:dyestuff, 1),
Expand Down

0 comments on commit 7c429bc

Please sign in to comment.