From c69511f7f15a825b130a273559ba808ded22f739 Mon Sep 17 00:00:00 2001 From: Marco De Lucia Date: Thu, 4 Dec 2025 18:02:37 +0100 Subject: [PATCH] fixed runtime files in naa-naaice/dolo_interp benchmarks --- bench/dolo/dolo_interp_rt.R | 2 +- bench/dolo/dolo_interp_rt_dt2000.R | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bench/dolo/dolo_interp_rt.R b/bench/dolo/dolo_interp_rt.R index 4816a0edb..f65477616 100644 --- a/bench/dolo/dolo_interp_rt.R +++ b/bench/dolo/dolo_interp_rt.R @@ -1,7 +1,7 @@ iterations <- 2000 dt <- 200 -out_save <- c(1, 5, 10, seq(20, iterations, by = 20)) +out_save <- c(1, 10, 20, seq(40, iterations, by = 40)) list( timesteps = rep(dt, iterations), diff --git a/bench/dolo/dolo_interp_rt_dt2000.R b/bench/dolo/dolo_interp_rt_dt2000.R index 4816a0edb..3380b5b18 100644 --- a/bench/dolo/dolo_interp_rt_dt2000.R +++ b/bench/dolo/dolo_interp_rt_dt2000.R @@ -1,7 +1,7 @@ iterations <- 2000 -dt <- 200 +dt <- 2000 -out_save <- c(1, 5, 10, seq(20, iterations, by = 20)) +out_save <- c(1, 10, 20, seq(40, iterations, by = 40)) list( timesteps = rep(dt, iterations),