Skip to content

Commit e5e19b5

Browse files
--wip-- [skip ci]
1 parent 046c8b3 commit e5e19b5

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -165,20 +165,13 @@ jobs:
165165
rm -f .cargo/config.toml
166166
cargo codspeed build -m ${{matrix.mode}} -p ${{ matrix.package }} ${{ matrix.features && format('--features {0}', matrix.features) || '' }}
167167
168-
# TODO: Dont merge this
169-
- name: Install memtrack (temp until runner is released)
170-
run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/runner/releases/download/memtrack-v1.0.1-alpha.3/memtrack-installer.sh | sh
171-
172168
- name: Run the benchmarks
173169
uses: CodSpeedHQ/action@main
174170
env:
175171
MY_ENV_VAR: "YES"
176172
with:
177173
run: cargo codspeed run
178174
mode: ${{ matrix.mode }}
179-
# TODO: Dont merge this
180-
runner-version: 4.4.2-alpha.3
181-
upload-url: https://api.staging.preview.codspeed.io/upload
182175

183176
walltime-integration-test:
184177
runs-on: codspeed-macro
@@ -200,7 +193,8 @@ jobs:
200193

201194
- run: cargo install --path crates/cargo-codspeed --locked
202195

203-
- run: |
196+
- name: Build the benchmarks
197+
run: |
204198
# Remove the cargo config else it forces instrumentation mode
205199
rm -f .cargo/config.toml
206200
cargo codspeed build -p ${{ matrix.package }}
@@ -212,9 +206,6 @@ jobs:
212206
with:
213207
run: cargo codspeed run
214208
mode: walltime
215-
# TODO: Dont merge this
216-
runner-version: 4.4.2-alpha.3
217-
upload-url: https://api.staging.preview.codspeed.io/upload
218209

219210
musl-build-check:
220211
strategy:

0 commit comments

Comments
 (0)