Skip to content

Commit 4fe8676

Browse files
committed
roadmap for more checks
1 parent bea4feb commit 4fe8676

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

inst/tests/benchmarks.Rraw

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,10 @@ benchmark(1241.2, tolerance=I(0.1),
118118
limit = ans2<-DT[base_order(x,-y)])
119119
stopifnot(all.equal(ans1, ans2))
120120
rm(DT, ans1, ans2, base_order)
121+
122+
# add timing test for many .SD cols #3797
123+
# [[ on a list column by group #4646
124+
# joining in a loop, order of different types #3928
125+
# simple access DT[10L], DT[, 3L] #3735
126+
# calling setDT in a loop #4476
127+
# multithreaded function calls by group DT[, uniqueN(a), by=b], should stress new throttle feature #4484

0 commit comments

Comments
 (0)