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
Currently each check that uses R calls Rscript which has to be re-executed each time.
Implement a way to run R in the background and send multiple checks to it, so that R startup times are not incurred, which adds to the overall time it takes to run a suite.
Currently this is a low priority item.
The text was updated successfully, but these errors were encountered:
Currently each check that uses R calls Rscript which has to be re-executed each time.
Implement a way to run R in the background and send multiple checks to it, so that R startup times are not incurred, which adds to the overall time it takes to run a suite.
Currently this is a low priority item.
The text was updated successfully, but these errors were encountered: