Skip to content

Commit 16f4e61

Browse files
committed
wip: install latest memtrack cli
1 parent 9194373 commit 16f4e61

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ jobs:
8484
cmake -DCODSPEED_MODE=${{ matrix.codspeed-mode }} -DCODSPEED_STRICT_WARNINGS=ON ..
8585
make -j
8686
87+
- uses: dtolnay/rust-toolchain@stable
88+
- name: Install the latest memtrack CLI
89+
run: |
90+
sudo apt-get update && sudo apt-get install -y autopoint bison flex
91+
cargo install --git https://github.com/CodSpeedHQ/runner --branch main memtrack
92+
8793
- name: Run the benchmarks
8894
uses: CodSpeedHQ/action@main
8995
if: matrix.codspeed-mode != 'off'
@@ -124,6 +130,12 @@ jobs:
124130
run: |
125131
bazel build //examples/google_benchmark_bazel:my_benchmark --@codspeed_core//:codspeed_mode=${{ matrix.codspeed-mode }} --@codspeed_core//:strict_warnings=on
126132
133+
- uses: dtolnay/rust-toolchain@stable
134+
- name: Install the latest memtrack CLI
135+
run: |
136+
sudo apt-get update && sudo apt-get install -y autopoint bison flex
137+
cargo install --git https://github.com/CodSpeedHQ/runner --branch main memtrack
138+
127139
- name: Run the benchmarks
128140
uses: CodSpeedHQ/action@main
129141
if: matrix.codspeed-mode != 'off'

0 commit comments

Comments
 (0)