We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07be17 commit 6f54ccdCopy full SHA for 6f54ccd
2 files changed
.ci/atime/tests.R
@@ -1,3 +1,5 @@
1
+pval.thresh <- 0.001 # to reduce false positives.
2
+
3
# Test case adapted from https://github.com/Rdatatable/data.table/issues/6105#issue-2268691745 which is where the issue was reported.
4
# https://github.com/Rdatatable/data.table/pull/6107 fixed performance across 3 ways to specify a column as Date, and we test each individually.
5
extra.args.6107 <- c(
.github/workflows/performance-tests.yml
@@ -20,4 +20,4 @@ jobs:
20
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
21
repo_token: ${{ secrets.GITHUB_TOKEN }}
22
steps:
23
- - uses: Anirban166/Autocomment-atime-results@v1.4.2
+ - uses: Anirban166/Autocomment-atime-results@v1.4.3
0 commit comments