Skip to content

Commit 4c4be68

Browse files
Merge pull request #646 from StuartWheater/v6.3.6-dev
Update perf profile and fixed 'o' to 'opal' typo
2 parents afb8625 + 5e8c2b5 commit 4c4be68

13 files changed

+64
-21
lines changed

armadillo_azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ variables:
3434
branchName: $(Build.SourceBranchName)
3535
test_filter: '*'
3636
_r_check_system_clock_: 0
37+
PERF_PROFILE: 'azure-pipeline'
3738

3839

3940
#########################################################################################
@@ -274,6 +275,7 @@ jobs:
274275
#
275276
# "_-|arg-|smk-|datachk-|disc-|math-|expt-|expt_smk-"
276277
# testthat::test_package("$(projectName)", filter = "_-|datachk-|smk-|arg-|disc-|perf-|smk_expt-|expt-|math-", reporter = multi_rep, stop_on_failure = FALSE)
278+
277279
sudo R -q -e '
278280
library(covr);
279281
dsbase.res <- covr::package_coverage(

azure-pipelines.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ variables:
3232
branchName: $(Build.SourceBranchName)
3333
test_filter: '*'
3434
_r_check_system_clock_: 0
35+
PERF_PROFILE: 'azure-pipeline'
3536

3637

3738
#########################################################################################
@@ -214,7 +215,7 @@ jobs:
214215
# Install dsBase.
215216
# If previous steps have failed then don't run.
216217
- bash: |
217-
R -q -e "library(opalr); opal <- opal.login(username = 'administrator', password = 'datashield_test&', url = 'https://localhost:8443', opts = list(ssl_verifyhost=0, ssl_verifypeer=0)); opal.put(opal, 'system', 'conf', 'general', '_rPackage'); opal.logout(o)"
218+
R -q -e "library(opalr); opal <- opal.login(username = 'administrator', password = 'datashield_test&', url = 'https://localhost:8443', opts = list(ssl_verifyhost=0, ssl_verifypeer=0)); opal.put(opal, 'system', 'conf', 'general', '_rPackage'); opal.logout(opal)"
218219
219220
R -q -e "library(opalr); opal <- opal.login('administrator','datashield_test&', url='https://localhost:8443/', opts = list(ssl_verifyhost=0, ssl_verifypeer=0)); dsadmin.install_github_package(opal, 'dsBase', username = 'datashield', ref = 'v6.3.5-dev'); opal.logout(opal)"
220221
@@ -253,6 +254,7 @@ jobs:
253254
#
254255
# "_-|arg-|smk-|datachk-|disc-|math-|expt-|expt_smk-"
255256
# testthat::test_package("$(projectName)", filter = "_-|datachk-|smk-|arg-|disc-|perf-|smk_expt-|expt-|math-", reporter = multi_rep, stop_on_failure = FALSE)
257+
256258
sudo R -q -e '
257259
library(covr);
258260
dsbase.res <- covr::package_coverage(
@@ -342,7 +344,7 @@ jobs:
342344
# If previous steps have failed then don't run
343345
- bash: |
344346
345-
R -q -e "library(opalr); opal <- opal.login(username = 'administrator', password = 'datashield_test&', url = 'https://localhost:8443', opts = list(ssl_verifyhost=0, ssl_verifypeer=0)); opal.put(opal, 'system', 'conf', 'general', '_rPackage'); opal.logout(o)"
347+
R -q -e "library(opalr); opal <- opal.login(username = 'administrator', password = 'datashield_test&', url = 'https://localhost:8443', opts = list(ssl_verifyhost=0, ssl_verifypeer=0)); opal.put(opal, 'system', 'conf', 'general', '_rPackage'); opal.logout(opal)"
346348
347349
R -q -e "library(opalr); opal <- opal.login('administrator','datashield_test&', url='https://localhost:8443/', opts = list(ssl_verifyhost=0, ssl_verifypeer=0)); dsadmin.install_github_package(opal, 'dsDanger', username = 'datashield', ref = '6.3.4'); opal.logout(opal)"
348350

opal_azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ variables:
3434
branchName: $(Build.SourceBranchName)
3535
test_filter: '*'
3636
_r_check_system_clock_: 0
37+
PERF_PROFILE: 'azure-pipeline'
3738

3839

3940
#########################################################################################
@@ -272,6 +273,7 @@ jobs:
272273
#
273274
# "_-|arg-|smk-|datachk-|disc-|math-|expt-|expt_smk-"
274275
# testthat::test_package("$(projectName)", filter = "_-|datachk-|smk-|arg-|disc-|perf-|smk_expt-|expt-|math-", reporter = multi_rep, stop_on_failure = FALSE)
276+
275277
sudo R -q -e '
276278
library(covr);
277279
dsbase.res <- covr::package_coverage(
@@ -361,7 +363,7 @@ jobs:
361363
# If previous steps have failed then don't run
362364
- bash: |
363365
364-
R -q -e "library(opalr); opal <- opal.login(username = 'administrator', password = 'datashield_test&', url = 'https://localhost:8443', opts = list(ssl_verifyhost=0, ssl_verifypeer=0)); opal.put(opal, 'system', 'conf', 'general', '_rPackage'); opal.logout(o)"
366+
R -q -e "library(opalr); opal <- opal.login(username = 'administrator', password = 'datashield_test&', url = 'https://localhost:8443', opts = list(ssl_verifyhost=0, ssl_verifypeer=0)); opal.put(opal, 'system', 'conf', 'general', '_rPackage'); opal.logout(opal)"
365367
366368
R -q -e "library(opalr); opal <- opal.login('administrator','datashield_test&', url='https://localhost:8443/', opts = list(ssl_verifyhost=0, ssl_verifypeer=0)); dsadmin.install_github_package(opal, 'dsDanger', username = 'datashield', ref = '6.3.4'); opal.logout(opal)"
367369

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/default_perf_profile.csv

Lines changed: 0 additions & 14 deletions
This file was deleted.

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/opal_azure-pipeline.csv renamed to tests/testthat/perf_files/opal_azure-pipeline_perf-profile.csv

File renamed without changes.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
"refer_name","rate","lower_tolerance","upper_tolerance"
2+
"conndisconn::perf::simple0","0.2725","0.5","2"
3+
"ds.abs::perf::0","2.677","0.5","2"
4+
"ds.asInteger::perf:0","2.294","0.5","2"
5+
"ds.asList::perf:0","4.587","0.5","2"
6+
"ds.asNumeric::perf:0","2.185","0.5","2"
7+
"ds.assign::perf::0","5.490","0.5","2"
8+
"ds.class::perf::combine:0","4.760","0.5","2"
9+
"ds.colnames::perf:0","9.079","0.5","2"
10+
"ds.exists::perf::combine:0","11.09","0.5","2"
11+
"ds.length::perf::combine:0","9.479","0.5","2"
12+
"ds.mean::perf::combine:0","9.650","0.5","2"
13+
"ds.mean::perf::split:0","11.26","0.5","2"
14+
"void::perf::void::0","46250.0","0.5","2"

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.

0 commit comments

Comments
 (0)