Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
HYCAR-Hydro
airGR
Commits
b0cf954f
Commit
b0cf954f
authored
Sep 17, 2021
by
Dorchies David
Browse files
ci: add benchmark of RunModel
Refs #136
parent
e696b80f
Pipeline
#27406
failed with stages
in 7 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b0cf954f
...
...
@@ -23,7 +23,7 @@ default:
stage
:
check
script
:
-
R -e 'rcmdcheck::rcmdcheck(args = ifelse(as.logical(Sys.getenv("NOT_CRAN")), "", "--as-cran"), error_on = "warning")'
-
R -e 'install.packages("airGR", repos = "http://cran.r-project.org")'
-
R -e 'install.packages(
c("microbenchmark",
"airGR"
)
, repos = "http://cran.r-project.org")'
-
Rscript tests/scheduled_tests/benchmarkRunModel.R
-
R CMD INSTALL .
-
Rscript tests/scheduled_tests/benchmarkRunModel.R
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment