We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10516bf commit 634a20aCopy full SHA for 634a20a
benchmarks/Jumps/EGFR_Benchmark.jmd
@@ -47,7 +47,7 @@ function benchmark_and_bar_plot(model, end_time, algs)
47
dprob = remake(dprob,u0 = Int64.(dprob.u0))
48
jprob = JumpProblem(complete(model.rn), dprob, alg; rng, save_positions = (false, false))
49
50
- b = @benchmarkable solve($jprob, SSAStepper(); saveat = $end_time) samples = 5 seconds = 7200
+ b = @benchmarkable solve($jprob; saveat = $end_time) samples = 5 seconds = 7200
51
bm = run(b)
52
push!(times, median(bm).time/1e9)
53
end
0 commit comments