Skip to content

Commit 634a20a

Browse files
vyuduisaacsas
andauthored
Update benchmarks/Jumps/EGFR_Benchmark.jmd
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 10516bf commit 634a20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/Jumps/EGFR_Benchmark.jmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function benchmark_and_bar_plot(model, end_time, algs)
4747
dprob = remake(dprob,u0 = Int64.(dprob.u0))
4848
jprob = JumpProblem(complete(model.rn), dprob, alg; rng, save_positions = (false, false))
4949

50-
b = @benchmarkable solve($jprob, SSAStepper(); saveat = $end_time) samples = 5 seconds = 7200
50+
b = @benchmarkable solve($jprob; saveat = $end_time) samples = 5 seconds = 7200
5151
bm = run(b)
5252
push!(times, median(bm).time/1e9)
5353
end

0 commit comments

Comments
 (0)