From d77578bd2e031b6c50233acc7a557dabddd38e7b Mon Sep 17 00:00:00 2001 From: Visruth Srimath Kandali Date: Thu, 16 Apr 2026 10:49:41 -0700 Subject: [PATCH 1/2] Bumped touchstone reqs Latest R and LTS ubuntu --- touchstone/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/touchstone/config.json b/touchstone/config.json index 2e515f55..d0bf7038 100644 --- a/touchstone/config.json +++ b/touchstone/config.json @@ -1,6 +1,6 @@ { - "os": "ubuntu-22.04", - "r": "4.4.3", + "os": "ubuntu-24.04", + "r": "4.5.3", "rspm": "https://packagemanager.posit.co/cran/__linux__/jammy/latest", "benchmarking_repo": "", "benchmarking_ref": "", From 70a04edb0b251fed2c18a05f9912b8289f0b2a57 Mon Sep 17 00:00:00 2001 From: Visruth Srimath Kandali Date: Thu, 16 Apr 2026 12:54:44 -0700 Subject: [PATCH 2/2] 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 2a36e2b3..25cae9d3 100644 --- a/touchstone/script.R +++ b/touchstone/script.R @@ -24,7 +24,7 @@ touchstone::benchmark_run( ) ) }, - n = 50 + n = 60 ) touchstone::benchmark_run( @@ -48,7 +48,7 @@ touchstone::benchmark_run( ) ) }, - n = 50 + n = 60 ) # create artifacts used downstream in the GitHub Action