File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 3737 --err \
3838 --adapter rust_criterion \
3939 --github-actions '${{ secrets.GITHUB_TOKEN }}' \
40+ --ci-only-thresholds \
41+ --ci-id '${{ github.workflow_ref }}' \
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 }}' \
5559 "cargo bench --bench combine_performance"
5660
5761 - name : Run quota parsing memory usage benchmark
@@ -111,6 +115,7 @@ jobs:
111115 --adapter json \
112116 --github-actions '${{ secrets.GITHUB_TOKEN }}' \
113117 --ci-only-thresholds \
118+ --ci-id '${{ github.workflow_ref }}' \
114119 --file lustre-collector/combine_mem_usage.json
115120
116121 - name : Compare quota parsing memory metrics with main branch
@@ -127,4 +132,5 @@ jobs:
127132 --adapter json \
128133 --github-actions '${{ secrets.GITHUB_TOKEN }}' \
129134 --ci-only-thresholds \
135+ --ci-id '${{ github.workflow_ref }}' \
130136 --file lustre-collector/combine_mem_usage.json
Original file line number Diff line number Diff line change 5353 --adapter json \
5454 --github-actions '${{ secrets.GITHUB_TOKEN }}' \
5555 --ci-only-thresholds \
56+ --ci-id '${{ github.workflow_ref }}' \
5657 --file lustrefs-exporter/scrape_allocations_results.json
5758
5859 - name : Compare scrape memory metrics with main branch
6970 --adapter json \
7071 --github-actions '${{ secrets.GITHUB_TOKEN }}' \
7172 --ci-only-thresholds \
73+ --ci-id '${{ github.workflow_ref }}' \
7274 --file lustrefs-exporter/scrape_allocations_results.json
You can’t perform that action at this time.
0 commit comments