Skip to content

Commit 7b0a7b4

Browse files
committed
wip: install latest memtrack cli
1 parent dfadbfd commit 7b0a7b4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ jobs:
8484
cmake -DCODSPEED_MODE=${{ matrix.codspeed-mode }} -DCODSPEED_STRICT_WARNINGS=ON ..
8585
make -j
8686
87+
- name: Install the latest memtrack CLI
88+
run: |
89+
sudo apt-get update && sudo apt-get install -y autopoint bison flex
90+
cargo install --git https://github.com/CodSpeedHQ/runner --branch cod-1715-support-non-libc-allocators memtrack
91+
8792
- name: Run the benchmarks
8893
uses: CodSpeedHQ/action@main
8994
if: matrix.codspeed-mode != 'off'
@@ -124,6 +129,11 @@ jobs:
124129
run: |
125130
bazel build //examples/google_benchmark_bazel:my_benchmark --@codspeed_core//:codspeed_mode=${{ matrix.codspeed-mode }} --@codspeed_core//:strict_warnings=on
126131
132+
- name: Install the latest memtrack CLI
133+
run: |
134+
sudo apt-get update && sudo apt-get install -y autopoint bison flex
135+
cargo install --git https://github.com/CodSpeedHQ/runner --branch cod-1715-support-non-libc-allocators memtrack
136+
127137
- name: Run the benchmarks
128138
uses: CodSpeedHQ/action@main
129139
if: matrix.codspeed-mode != 'off'

0 commit comments

Comments
 (0)