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