Skip to content

Commit

Permalink
update git hash again :\
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico committed May 5, 2024
1 parent 5ea25d1 commit 5fc89d7
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 @@ -129,7 +129,7 @@ test.list <- atime::atime_test_list(
},
expr = data.table::fread(tmp_csv, colClasses=list(Date='date')),
Slow = "d19bfef7026f25bb2d36c17879187d09bcb2b2c3",
Fast = "e58781fdee1b73c0147705425b0946e4a547556b"),
Fast = "5ea25d1f624e0528d14f4ff6978e9a7e1d4833d4"),
"fread(colClasses=Date) improved in #6107" = atime::atime_test(
N = 10^seq(1, 7),
setup = {
Expand All @@ -139,7 +139,7 @@ test.list <- atime::atime_test_list(
},
expr = data.table::fread(tmp_csv, colClasses="Date"),
Slow = "d19bfef7026f25bb2d36c17879187d09bcb2b2c3",
Fast = "e58781fdee1b73c0147705425b0946e4a547556b"),
Fast = "5ea25d1f624e0528d14f4ff6978e9a7e1d4833d4"),
"fread(select=list(Date)) improved in #6107" = atime::atime_test(
N = 10^seq(1, 7),
setup = {
Expand All @@ -149,6 +149,6 @@ test.list <- atime::atime_test_list(
},
expr = data.table::fread(tmp_csv, select=list(Date='date')),
Slow = "d19bfef7026f25bb2d36c17879187d09bcb2b2c3",
Fast = "e58781fdee1b73c0147705425b0946e4a547556b")
Fast = "5ea25d1f624e0528d14f4ff6978e9a7e1d4833d4")
)
# nolint end: undesirable_operator_linter.

0 comments on commit 5fc89d7

Please sign in to comment.