Skip to content

Commit a73fe79

Browse files
committed
jemalloc for benchmark
1 parent 6530850 commit a73fe79

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@ jobs:
2626
- uses: SwiftyLab/setup-swift@latest
2727
with:
2828
swift-version: "5.10.0"
29+
- name: Homebrew Mac
30+
if: ${{ runner.os == 'Macos' }}
31+
run: |
32+
echo "/opt/homebrew/bin:/usr/local/bin" >> $GITHUB_PATH
33+
brew install jemalloc
34+
- name: Ubuntu deps
35+
if: ${{ runner.os == 'Linux' }}
36+
run: |
37+
sudo apt-get install -y libjemalloc-dev
2938
- name: benchmark
3039
run: |
3140
cd ExternalBenchmarks

0 commit comments

Comments
 (0)