Open choisy opened 3 years ago
In the section where you compare with deSolve, it'd be nice too to include a running time comparison. Good to see how these running times scale. For that you can use the bench::mark() function.
deSolve
bench::mark()
In the section where you compare with
deSolve
, it'd be nice too to include a running time comparison. Good to see how these running times scale. For that you can use thebench::mark()
function.