Skip to content

Commit

Permalink
Titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Anirban166 authored Apr 23, 2024
1 parent f23abda commit 91b5de3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ci/atime/tests.R
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pkg.edit.fun = function(old.Package, new.Package, sha, new.pkg.path) {
test.list <- list(
# Performance regression discussed in: https://github.com/Rdatatable/data.table/issues/4311
# Fixed in: https://github.com/Rdatatable/data.table/pull/4440
"Regression fixed in #4440" = list(
"shallow regression fixed in #4440" = list(
pkg.edit.fun = pkg.edit.fun,
N = 10^seq(3,8),
setup = quote({
Expand All @@ -90,7 +90,7 @@ test.list <- list(
# Test based on: https://github.com/Rdatatable/data.table/issues/5424
# Performance regression introduced from a commit in: https://github.com/Rdatatable/data.table/pull/4491
# Fixed in: https://github.com/Rdatatable/data.table/pull/5463
"Regression fixed in #5463" = list(
"memrecycle regression fixed in #5463" = list(
pkg.edit.fun = pkg.edit.fun,
N = 10^seq(3, 8),
setup = quote({
Expand All @@ -109,7 +109,7 @@ test.list <- list(

# Issue reported in: https://github.com/Rdatatable/data.table/issues/5426
# To be fixed in: https://github.com/Rdatatable/data.table/pull/5427
"Test performance improvement implemented in #5427" = list(
"setDT improvement implemented in #5427" = list(
pkg.edit.fun = pkg.edit.fun,
N = 10^seq(1, 7),
setup = quote({
Expand Down

0 comments on commit 91b5de3

Please sign in to comment.