R Under development (unstable) (2025-09-23 r88869 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(bloomjoin) > > test_check("bloomjoin") Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Skipping Bloom pre-filter: prefilter skip heuristic triggered Prefilter retained 382 of 10000 rows from 'x' Prefilter retained 575 of 10000 rows from 'x' Prefilter retained 1383 of 10000 rows from 'x' False positive rate analysis: fpr time reduction bloom_used 1 0.001 3.099442e-06 0.9618 TRUE 2 0.010 4.053116e-06 0.9425 TRUE 3 0.100 4.053116e-06 0.8617 TRUE Prefilter retained 693 of 5000 rows from 'x' Multi-column join performance: - Bloom time: 0.0000s - Standard time: 0.0000s - Reduction ratio: 86.1% - Result rows: 756 Prefilter retained 1053 of 5000 rows from 'x' Skipping Bloom pre-filter: prefilter skip heuristic triggered Join type performance comparison: type bloom_time std_time rows_returned bloom_used 1 inner 3.099442e-06 3.099442e-06 993 TRUE 2 semi 3.099442e-06 5.006790e-06 993 FALSE Regression test results: - Average Bloom time: 0.0054s (±0.0001s) - Average Standard time: 0.0039s (±0.0025s) - Ratio: 1.37x [ FAIL 0 | WARN 1 | SKIP 4 | PASS 145 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-edge-cases.R:189:3', 'test-memory-performance.R:40:3', 'test-memory-performance.R:74:3', 'test-memory-performance.R:272:3' [ FAIL 0 | WARN 1 | SKIP 4 | PASS 145 ] > > proc.time() user system elapsed 2.00 0.45 2.43