We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3471598 commit c4640eeCopy full SHA for c4640ee
.github/workflows/pull_request.yml
@@ -129,8 +129,10 @@ jobs:
129
- uses: actions/checkout@v4
130
- name: Prepare CI Environment
131
uses: ./.github/actions/prepare_env
132
+ - name: Install jemalloc
133
+ run: sudo apt install -y jemalloc
134
- name: Swift Benchmarks
- run: swift package --package-path Benchmarks/ benchmark list
135
+ run: swift package --package-path Benchmarks/ benchmark
136
137
test-swift:
138
name: Test (Swift) (${{ matrix.os_version }} swift:${{ matrix.swift_version }} jdk:${{matrix.jdk_vendor}})
0 commit comments