@@ -29,14 +29,16 @@ jobs:
2929 --token '${{ secrets.BENCHER_API_TOKEN }}' \
3030 --branch main \
3131 --testbed ci-runner \
32- --threshold-measure Latency \
32+ --threshold-measure latency \
3333 --threshold-test t_test \
3434 --threshold-max-sample-size 64 \
3535 --threshold-lower-boundary 0.95 \
3636 --threshold-upper-boundary 0.95 \
3737 --err \
3838 --adapter rust_criterion \
3939 --github-actions '${{ secrets.GITHUB_TOKEN }}' \
40+ --ci-only-thresholds \
41+ --ci-id '${{ github.workflow_ref }}-performance' \
4042 "cargo bench --bench combine_performance"
4143
4244 - name : Compare quota parsing metrics benchmarks with main branch
5254 --err \
5355 --adapter rust_criterion \
5456 --github-actions '${{ secrets.GITHUB_TOKEN }}' \
57+ --ci-only-thresholds \
58+ --ci-id '${{ github.workflow_ref }}-performance' \
5559 "cargo bench --bench combine_performance"
5660
5761 - name : Run quota parsing memory usage benchmark
@@ -67,14 +71,16 @@ jobs:
6771 --token '${{ secrets.BENCHER_API_TOKEN }}' \
6872 --branch main \
6973 --testbed ci-runner \
70- --threshold-measure peak_rss_mib \
74+ --threshold-measure start_rss_mib \
7175 --threshold-test t_test \
7276 --threshold-max-sample-size 64 \
7377 --threshold-lower-boundary 0.95 \
7478 --threshold-upper-boundary 0.95 \
7579 --err \
7680 --adapter json \
7781 --github-actions '${{ secrets.GITHUB_TOKEN }}' \
82+ --ci-only-thresholds \
83+ --ci-id '${{ github.workflow_ref }}-memory' \
7884 --file lustre-collector/combine_mem_usage.json
7985
8086 - name : Compare quota parsing memory metrics with main branch
9096 --err \
9197 --adapter json \
9298 --github-actions '${{ secrets.GITHUB_TOKEN }}' \
99+ --ci-only-thresholds \
100+ --ci-id '${{ github.workflow_ref }}-memory' \
93101 --file lustre-collector/combine_mem_usage.json
0 commit comments