We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b067e commit c4ba58aCopy full SHA for c4ba58a
.ci/atime/tests.R
@@ -130,6 +130,7 @@ test.list <- atime::atime_test_list(
130
},
131
132
"fread disk overhead improved in #6925" = atime::atime_test(
133
+ N = 2^seq(0, 20), # smaller N because we are doing multiple fread calls.
134
setup = {
135
fwrite(iris[1], iris.csv <- tempfile())
136
0 commit comments