diff --git a/.github/workflows/perf_nightly.yml b/.github/workflows/perf_nightly.yml index 690c37595..8e749d196 100644 --- a/.github/workflows/perf_nightly.yml +++ b/.github/workflows/perf_nightly.yml @@ -56,7 +56,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.0001 + nyrkio-settings-pvalue: 0.00001 # Ignore changes smaller than this. nyrkio-settings-threshold: 0% @@ -94,6 +94,8 @@ jobs: never-fail: true # Make results and change points public, so that any oss contributor can see them nyrkio-public: true + nyrkio-settings-pvalue: 0.00001 + nyrkio-settings-threshold: 0% - name: Analyze SQLITE3 result with Nyrkiƶ uses: nyrkio/change-detection@HEAD @@ -107,6 +109,8 @@ jobs: nyrkio-token: ${{ secrets.NYRKIO_JWT_TOKEN }} never-fail: true nyrkio-public: true + nyrkio-settings-pvalue: 0.00001 + nyrkio-settings-threshold: 0% tpc-h-criterion: runs-on: nyrkio_perf_server_4cpu_ubuntu2404 @@ -159,7 +163,6 @@ 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.0001 - # Ignore changes smaller than this. + nyrkio-settings-pvalue: 0.00001 nyrkio-settings-threshold: 0% diff --git a/.github/workflows/rust_perf.yml b/.github/workflows/rust_perf.yml index f07e09865..5f23fc933 100644 --- a/.github/workflows/rust_perf.yml +++ b/.github/workflows/rust_perf.yml @@ -51,8 +51,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.0001 - # Ignore changes smaller than this. + nyrkio-settings-pvalue: 0.00001 nyrkio-settings-threshold: 0% clickbench: @@ -89,6 +88,8 @@ jobs: never-fail: true # Make results and change points public, so that any oss contributor can see them nyrkio-public: true + nyrkio-settings-pvalue: 0.00001 + nyrkio-settings-threshold: 0% - name: Analyze SQLITE3 result with Nyrkiƶ uses: nyrkio/change-detection@HEAD @@ -102,6 +103,8 @@ jobs: nyrkio-token: ${{ secrets.NYRKIO_JWT_TOKEN }} never-fail: true nyrkio-public: true + nyrkio-settings-pvalue: 0.00001 + nyrkio-settings-threshold: 0% tpc-h-criterion: runs-on: ubuntu-latest @@ -154,8 +157,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.0001 - # Ignore changes smaller than this. + nyrkio-settings-pvalue: 0.00001 nyrkio-settings-threshold: 0% tpc-h: