File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -108,15 +108,6 @@ jobs:
108108 run : ./Performance/allocations/test-allocation-counts.sh
109109 env : ${{ matrix.env }}
110110 timeout-minutes : 20
111- - name : Install jemalloc for benchmarking
112- if : ${{ matrix.swift-version == '6.0' || matrix.swift-version == 'main' }}
113- run : apt update && apt-get install -y libjemalloc-dev
114- timeout-minutes : 20
115- - name : Run Benchmarks
116- if : ${{ matrix.swift-version == '6.0' || matrix.swift-version == 'main' }}
117- working-directory : ./Performance/Benchmarks
118- run : swift package benchmark baseline check --no-progress --check-absolute-path Thresholds/${{ matrix.swift-version }}/
119- timeout-minutes : 20
120111 integration-tests :
121112 strategy :
122113 fail-fast : false
You can’t perform that action at this time.
0 commit comments