Skip to content

Commit

Permalink
Narrowed down N since it doesn't seem to exceed 1e3 within the defaul…
Browse files Browse the repository at this point in the history
…t time threshold
  • Loading branch information
Anirban166 authored Sep 23, 2024
1 parent 1e9ab1c commit efdbdf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/atime/tests.R
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ test.list <- atime::atime_test_list(

# Issue mentioned and fixed in: https://github.com/Rdatatable/data.table/pull/5054
"melt improved in #5054" = atime::atime_test(
N = 10^seq(1, 10),
N = 10^seq(1, 4),
setup = {
DT <- as.data.table(as.list(1:N))
measure.vars <- lapply(1:N, function(i) {
Expand Down

0 comments on commit efdbdf0

Please sign in to comment.