From b0cf954f1046d7a0e26164cdb99caeb43b538c04 Mon Sep 17 00:00:00 2001
From: Dorchies David <david.dorchies@inrae.fr>
Date: Fri, 17 Sep 2021 17:43:38 +0200
Subject: [PATCH] ci: add benchmark of RunModel

Refs #136
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e8136201..d657787a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
-- 
GitLab