Skip to content

Commit 0a3a83e

Browse files
committed
Fixed Perf change typo
1 parent aaac420 commit 0a3a83e

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

armadillo_azure-pipelines.yml

Lines changed: 2 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
#########################################################################################
@@ -274,7 +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)
277-
export PERF_PROFILE="azure-pipeline"
278+
278279
sudo R -q -e '
279280
library(covr);
280281
dsbase.res <- covr::package_coverage(

opal_azure-pipelines.yml

Lines changed: 2 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,7 +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)
275-
export PERF_PROFILE="azure-pipeline"
276+
276277
sudo R -q -e '
277278
library(covr);
278279
dsbase.res <- covr::package_coverage(

tests/testthat/perf_tests/perf_rate.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
warning("Unknown performance profile driver, using 'unknown'")
2828
}
2929

30-
perf.profile = base::Sys.getenv("PERF_PROFILE")
30+
perf.profile <- base::Sys.getenv("PERF_PROFILE")
3131
if (nchar(perf.profile) > 0)
3232
perf.reference.filename.platform.infix <- base::tolower(perf.profile)
3333
else

0 commit comments

Comments
 (0)