Skip to content

Commit a957717

Browse files
committed
update ci
1 parent dc34e57 commit a957717

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)