Skip to content

Commit 6f54ccd

Browse files
authored
Upgrade atime action to 1.4.3 (#7034)
* 1.4.2 * atime action 1.4.3 * pval.thresh=0.001
1 parent b07be17 commit 6f54ccd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.ci/atime/tests.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
pval.thresh <- 0.001 # to reduce false positives.
2+
13
# Test case adapted from https://github.com/Rdatatable/data.table/issues/6105#issue-2268691745 which is where the issue was reported.
24
# https://github.com/Rdatatable/data.table/pull/6107 fixed performance across 3 ways to specify a column as Date, and we test each individually.
35
extra.args.6107 <- c(

.github/workflows/performance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
2121
repo_token: ${{ secrets.GITHUB_TOKEN }}
2222
steps:
23-
- uses: Anirban166/[email protected].2
23+
- uses: Anirban166/[email protected].3

0 commit comments

Comments
 (0)