From e1330f5e620b3ab4a2d131b9a909813ec0371eea Mon Sep 17 00:00:00 2001 From: Henrik Ingo Date: Thu, 15 May 2025 04:17:40 +0300 Subject: [PATCH] fix: p-value is not a percentage --- .github/workflows/rust_perf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust_perf.yml b/.github/workflows/rust_perf.yml index c4b764d41..847257a59 100644 --- a/.github/workflows/rust_perf.yml +++ b/.github/workflows/rust_perf.yml @@ -49,7 +49,7 @@ jobs: # parameters of the algorithm. Note: These are global, so we only set them once and for all. # Smaller p-value = less change points found. Larger p-value = more, but also more false positives. - nyrkio-settings-pvalue: 0.01% + nyrkio-settings-pvalue: 0.01 # Ignore changes smaller than this. nyrkio-settings-threshold: 2%