mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-06 17:54:20 +01:00
Change Nyrkiö parameters to p=0.0001 and min=0%
This is my recommendation based on fiddling with your data. Seems to roughly halve the number of change points.
This commit is contained in:
4
.github/workflows/rust_perf.yml
vendored
4
.github/workflows/rust_perf.yml
vendored
@@ -49,9 +49,9 @@ 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.0001
|
||||
# Ignore changes smaller than this.
|
||||
nyrkio-settings-threshold: 2%
|
||||
nyrkio-settings-threshold: 0%
|
||||
|
||||
clickbench:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user