Skip to content

Commit

Permalink
Narrow down on N
Browse files Browse the repository at this point in the history
  • Loading branch information
Anirban166 authored Oct 3, 2024
1 parent 5a15dd2 commit 7e822ad
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 @@ -210,7 +210,7 @@ test.list <- atime::atime_test_list(

# Improvement discussed in and brought by https://github.com/Rdatatable/data.table/pull/4386
"forderv improved in #4386" = atime::atime_test(
N = 10^seq(3, 8), # 1e9 exceeds the runner's memory (process gets killed)
N = 10^seq(3, 7),
setup = {
options(datatable.forder.auto.index = TRUE, datatable.forder.reuse.sorting = TRUE)
dt <- data.table(index = sample(N), values = sample(N))
Expand Down

0 comments on commit 7e822ad

Please sign in to comment.