Skip to content

Commit d6aa6b5

Browse files
committed
..
1 parent e63b553 commit d6aa6b5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.ci/atime/tests.R

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ test.list <- atime::atime_test_list(
286286
Slow = "548410d23dd74b625e8ea9aeb1a5d2e9dddd2927", # Parent of the first commit in the PR (https://github.com/Rdatatable/data.table/commit/548410d23dd74b625e8ea9aeb1a5d2e9dddd2927)
287287
Fast = "c0b32a60466bed0e63420ec105bc75c34590865e"), # Commit in the PR (https://github.com/Rdatatable/data.table/pull/7144/commits) that uses a much faster implementation
288288

289-
"tables(recursive=FALSE) performance unchanged in #7141" = atime::atime_test(
289+
"tables() default performance unchanged in #7141" = atime::atime_test(
290290
N = as.integer(10^seq(1, 4)),
291291
setup = {
292292
test_env <- new.env()
@@ -295,9 +295,10 @@ test.list <- atime::atime_test_list(
295295
assign(paste0("vec_", i), 1:10, envir = test_env)
296296
}
297297
},
298-
expr = data.table::tables(env = test_env, recursive = FALSE, silent = TRUE),
298+
expr = data.table::tables(env = test_env, silent = TRUE),
299+
300+
Slow = "7c59daaed1836db57747d92494b1ce96612bbf80", # Parent of the first commit in the PR (https://github.com/Rdatatable/data.table/commit/7c59daaed1836db57747d92494b1ce96612bbf80)
301+
Fast = "6fee38c89200e10dcc10a6f2057ab784f9a011e7"), # Commit in the PR (https://github.com/Rdatatable/data.table/pull/7141/commits)
299302

300-
Slow = "7c59daaed1836db57747d92494b1ce96612bbf80",
301-
Fast = "6fee38c89200e10dcc10a6f2057ab784f9a011e7"),
302303
tests=extra.test.list)
303304
# nolint end: undesirable_operator_linter.

0 commit comments

Comments
 (0)