You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Medium Task for GSoC-R 2025 Project: Optimizing a performance testing workflow by reusing minified R package versions between CI runs
2
+
3
+
## Description
4
+
5
+
Write a YAML snippet that:
6
+
Checks if a precompiled artifact for a specific historical version of data.table exists.
7
+
If it is found, it downloads and installs the artifact, else it builds the version from source, minifies it, and then uploads it as an artifact for future runs. (Name the artifacts based on version numbers for keeping them distinct)
8
+
Implement a fallback mechanism in the workflow to build the missing version from source in case artifact retrieval fails.
0 commit comments