From e7f64e90736b439d0550709fa819073907d275eb Mon Sep 17 00:00:00 2001 From: Visruth Srimath Kandali Date: Thu, 16 Apr 2026 09:25:38 -0700 Subject: [PATCH] Update script.R --- touchstone/script.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/touchstone/script.R b/touchstone/script.R index 8245a535..2a36e2b3 100644 --- a/touchstone/script.R +++ b/touchstone/script.R @@ -24,7 +24,7 @@ touchstone::benchmark_run( ) ) }, - n = 30 + n = 50 ) touchstone::benchmark_run( @@ -48,7 +48,7 @@ touchstone::benchmark_run( ) ) }, - n = 30 + n = 50 ) # create artifacts used downstream in the GitHub Action