mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-07 18:24:20 +01:00
fix: p-value is not a percentage
This commit is contained in:
2
.github/workflows/rust_perf.yml
vendored
2
.github/workflows/rust_perf.yml
vendored
@@ -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%
|
||||
|
||||
|
||||
Reference in New Issue
Block a user