Commit b0cf954f authored by Dorchies David's avatar Dorchies David
Browse files

ci: add benchmark of RunModel

Refs #136
Showing with 1 addition and 1 deletion
+1 -1
...@@ -23,7 +23,7 @@ default: ...@@ -23,7 +23,7 @@ default:
stage: check stage: check
script: script:
- R -e 'rcmdcheck::rcmdcheck(args = ifelse(as.logical(Sys.getenv("NOT_CRAN")), "", "--as-cran"), error_on = "warning")' - 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 - Rscript tests/scheduled_tests/benchmarkRunModel.R
- R CMD INSTALL . - R CMD INSTALL .
- Rscript tests/scheduled_tests/benchmarkRunModel.R - Rscript tests/scheduled_tests/benchmarkRunModel.R
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment