poet/bench/dolo/dolo_200_rt.R
Max Luebke e57f7923dd Move old benchmark files into old subdir
Move new benchmark files from `het` folder
2024-04-05 08:33:26 +00:00

9 lines
143 B
R

iterations <- 500
dt <- 500
list(
timesteps = rep(dt, iterations),
store_result = TRUE,
out_save = seq(50, iterations, by = 50)
)