Skip to content

Commit 653e2ee

Browse files
2x the tests
1 parent 02c2769 commit 653e2ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/atime/tests.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,9 @@ test.list <- atime::atime_test_list(
253253

254254
# Test case created directly using the atime code below (not adapted from any other benchmark), based on the PR Removes unnecessary data.table call from as.data.table.array https://github.com/Rdatatable/data.table/pull/7010
255255
"as.data.table.array improved in #7010" = atime::atime_test(
256-
N = 1:5,
256+
N = 1:10,
257257
setup = {
258-
dims = N * c(10L, 10L, 60L, 2L)
258+
dims = N * c(5L, 5L, 30L, 1L)
259259
arr = array(seq_len(prod(dims)), dim=dims)
260260
},
261261
expr = data.table::as.data.table(arr),

0 commit comments

Comments
 (0)