-
Notifications
You must be signed in to change notification settings - Fork 1
Tests tracking memory usage (the slow pipeline) #26
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
This approach actually includes 3 types of tests:
- fast tests with testthat which run regularly
- fast tests that are CRAN-like which run on changes (and change requests to) the default branch
- slow tests that track memory usage
The first two are implemented (about to be - see furrer-lab/devel-abn#100 ), what remains is the tests that include the tracking of memory usage.
Originally posted by @j-i-l in #81
We want to run tests with valgrind enabled (what else?) if we have a release candidate.
Depending on what it is exactly that we want to track it might be enough to run R CMD check with --use-valgrind, in which case we could handle this by setting some variables in the existing github action CRAN_checks.
- We should decide what sort of memory check we want to run
- Implement the action accordingly
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request