Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions touchstone/config.json
Original file line number Diff line number Diff line change
@@ -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": "",
Expand Down
4 changes: 2 additions & 2 deletions touchstone/script.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ touchstone::benchmark_run(
)
)
},
n = 50
n = 60
)

touchstone::benchmark_run(
Expand All @@ -48,7 +48,7 @@ touchstone::benchmark_run(
)
)
},
n = 50
n = 60
)

# create artifacts used downstream in the GitHub Action
Expand Down
Loading