
Check gp3tools performance results against regression limits
Source:R/performance_benchmarking.R
check_gazepoint_performance_regression.RdApplies explicit absolute limits and, optionally, compares matched rows with a saved baseline. Scaling exponents are estimated from median elapsed times across row-count levels.
Usage
check_gazepoint_performance_regression(
x,
limits = gp3tools_performance_limits(),
baseline = NULL,
elapsed_ratio_limit = 1.5,
memory_ratio_limit = 1.5
)