Skip to content

Commit 3d067a2

Browse files
committed
Reworking of performance profiles
1 parent e797b3a commit 3d067a2

11 files changed

Lines changed: 30 additions & 4 deletions

armadillo_azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ jobs:
274274
#
275275
# "_-|arg-|smk-|datachk-|disc-|math-|expt-|expt_smk-"
276276
# testthat::test_package("$(projectName)", filter = "_-|datachk-|smk-|arg-|disc-|perf-|smk_expt-|expt-|math-", reporter = multi_rep, stop_on_failure = FALSE)
277+
export PERF_PROFILE="azure-pipeline"
277278
sudo R -q -e '
278279
library(covr);
279280
dsbase.res <- covr::package_coverage(

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ jobs:
253253
#
254254
# "_-|arg-|smk-|datachk-|disc-|math-|expt-|expt_smk-"
255255
# testthat::test_package("$(projectName)", filter = "_-|datachk-|smk-|arg-|disc-|perf-|smk_expt-|expt-|math-", reporter = multi_rep, stop_on_failure = FALSE)
256+
export PERF_PROFILE="azure-pipeline"
256257
sudo R -q -e '
257258
library(covr);
258259
dsbase.res <- covr::package_coverage(

opal_azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ jobs:
272272
#
273273
# "_-|arg-|smk-|datachk-|disc-|math-|expt-|expt_smk-"
274274
# testthat::test_package("$(projectName)", filter = "_-|datachk-|smk-|arg-|disc-|perf-|smk_expt-|expt-|math-", reporter = multi_rep, stop_on_failure = FALSE)
275+
export PERF_PROFILE="azure-pipeline"
275276
sudo R -q -e '
276277
library(covr);
277278
dsbase.res <- covr::package_coverage(

tests/testthat/perf_files/armadillo_azure-pipeline.csv renamed to tests/testthat/perf_files/armadillo_azure-pipeline_perf-profile.csv

File renamed without changes.

tests/testthat/perf_files/armadillo_hp-laptop_quay.csv renamed to tests/testthat/perf_files/armadillo_hp-laptop-quay_perf-profile.csv

File renamed without changes.

tests/testthat/perf_files/dslite_hp-laptop_quay.csv renamed to tests/testthat/perf_files/dslite_hp-laptop-quay_perf-profile.csv

File renamed without changes.

tests/testthat/perf_files/default_perf_profile.csv renamed to tests/testthat/perf_files/opal_azure-pipeline_perf-profile.csv

File renamed without changes.

tests/testthat/perf_files/opal_hp-laptop_quay.csv renamed to tests/testthat/perf_files/opal_hp-laptop-quay_perf-profile.csv

File renamed without changes.
File renamed without changes.

tests/testthat/perf_files/opal_azure-pipeline.csv renamed to tests/testthat/perf_files/unknown_default_perf-profile.csv

File renamed without changes.

0 commit comments

Comments
 (0)