Skip to content

Commit

Permalink
Only benchmark small and medium.
Browse files Browse the repository at this point in the history
Large takes forever on the runner (>15 minutes).
  • Loading branch information
RomeoV committed May 24, 2024
1 parent 0313002 commit 6f69395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/runbenchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ for est_t in [MCMCEstimator, LSQEstimator, LinearApproxEstimator]
Dict("small" => 5,
"medium" => 20,
"large"=>100)
for size in ["small", "medium", "large"]
for size in ["small", "medium"] #, "large"]
suite[size] = @benchmarkable predictsamples(est, xs, ysmeas, noisemodel, 500) setup = begin
xs = rand($nsamplesdict[$size])
n = length(xs)
Expand Down

0 comments on commit 6f69395

Please sign in to comment.