File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments