Skip to content

Commit af4047b

Browse files
committed
fix: align perf test datasets with smoke tests
1 parent 9266cba commit af4047b

14 files changed

Lines changed: 18 additions & 18 deletions

tests/testthat/test-perf-ds.c.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
# context("ds.c::perf::setup")
7-
connect.studies.dataset.cnsim(list("LAB_TSC", "LAB_TRIG"))
7+
connect.studies.dataset.cnsim(list("LAB_TSC"))
88

99
#
1010
# Tests

tests/testthat/test-perf-ds.cbind.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
# context("ds.cbind::perf::setup")
7-
connect.studies.dataset.cnsim(list("LAB_TSC", "LAB_TRIG"))
7+
connect.studies.dataset.survival(list("survtime", "time.id", "female", "age.60"))
88

99
#
1010
# Tests
@@ -46,5 +46,5 @@ test_that("performance", {
4646
#
4747

4848
# context("ds.cbind::perf::shutdown")
49-
disconnect.studies.dataset.cnsim()
49+
disconnect.studies.dataset.survival()
5050
# context("ds.cbind::perf::done")

tests/testthat/test-perf-ds.dataFrame.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
# context("ds.dataFrame::perf::setup")
7-
connect.studies.dataset.cnsim(list("LAB_TSC", "LAB_TRIG"))
7+
connect.studies.dataset.cnsim(list("LAB_TSC", "LAB_HDL"))
88

99
#
1010
# Tests

tests/testthat/test-perf-ds.dataFrameFill.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
# context("ds.dataFrameFill::perf::setup")
7-
connect.studies.dataset.cnsim(list("LAB_TSC", "LAB_TRIG"))
7+
88

99
#
1010
# Tests

tests/testthat/test-perf-ds.dataFrameSort.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
# context("ds.dataFrameSort::perf::setup")
7-
connect.studies.dataset.cnsim(list("LAB_TSC", "LAB_TRIG"))
7+
connect.studies.dataset.cnsim(list("LAB_TSC", "LAB_HDL"))
88

99
#
1010
# Tests

tests/testthat/test-perf-ds.dataFrameSubset.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
# context("ds.dataFrameSubset::perf::setup")
7-
connect.studies.dataset.cnsim(list("LAB_TSC", "LAB_TRIG"))
7+
connect.studies.dataset.cnsim(list("LAB_TSC", "LAB_HDL", "PM_BMI_CATEGORICAL"))
88

99
#
1010
# Tests

tests/testthat/test-perf-ds.list.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
# context("ds.list::perf::setup")
7-
connect.studies.dataset.cnsim(list("LAB_TSC", "LAB_TRIG"))
7+
connect.studies.dataset.cnsim(list("LAB_TSC", "LAB_HDL"))
88

99
#
1010
# Tests

tests/testthat/test-perf-ds.merge.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
# context("ds.merge::perf::setup")
7-
connect.studies.dataset.cnsim(list("LAB_TSC", "LAB_TRIG"))
7+
connect.studies.dataset.cnsim(list("LAB_TSC", "LAB_TRIG", "LAB_HDL", "DIS_CVA", "DIS_AMI"))
88

99
#
1010
# Tests

tests/testthat/test-perf-ds.rbind.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
# context("ds.rbind::perf::setup")
7-
connect.studies.dataset.cnsim(list("LAB_TSC", "LAB_TRIG"))
7+
connect.studies.dataset.survival(list("survtime", "time.id", "female", "age.60"))
88

99
#
1010
# Tests
@@ -46,5 +46,5 @@ test_that("performance", {
4646
#
4747

4848
# context("ds.rbind::perf::shutdown")
49-
disconnect.studies.dataset.cnsim()
49+
disconnect.studies.dataset.survival()
5050
# context("ds.rbind::perf::done")

tests/testthat/test-perf-ds.recodeValues.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
# context("ds.recodeValues::perf::setup")
7-
connect.studies.dataset.cnsim(list("LAB_TSC", "LAB_TRIG"))
7+
connect.studies.dataset.survival(list("survtime", "time.id", "female", "age.60"))
88

99
#
1010
# Tests
@@ -46,5 +46,5 @@ test_that("performance", {
4646
#
4747

4848
# context("ds.recodeValues::perf::shutdown")
49-
disconnect.studies.dataset.cnsim()
49+
disconnect.studies.dataset.survival()
5050
# context("ds.recodeValues::perf::done")

0 commit comments

Comments
 (0)