Skip to content

Commit c4640ee

Browse files
committed
run benchmarks
1 parent 3471598 commit c4640ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,10 @@ jobs:
129129
- uses: actions/checkout@v4
130130
- name: Prepare CI Environment
131131
uses: ./.github/actions/prepare_env
132+
- name: Install jemalloc
133+
run: sudo apt install -y jemalloc
132134
- name: Swift Benchmarks
133-
run: swift package --package-path Benchmarks/ benchmark list
135+
run: swift package --package-path Benchmarks/ benchmark
134136

135137
test-swift:
136138
name: Test (Swift) (${{ matrix.os_version }} swift:${{ matrix.swift_version }} jdk:${{matrix.jdk_vendor}})

0 commit comments

Comments
 (0)