Skip to content

Commit a26f3ac

Browse files
committed
chore: use the bench profile in the compat integration tests
1 parent 65aab70 commit a26f3ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535

3636
- run: cargo install --path crates/cargo-codspeed --locked
3737

38-
- run: cargo codspeed build -p codspeed
39-
- run: cargo codspeed build -p codspeed-bencher-compat
40-
- run: cargo codspeed build --features async_futures -p codspeed-criterion-compat
38+
- run: cargo codspeed build --profile bench -p codspeed
39+
- run: cargo codspeed build --profile bench -p codspeed-bencher-compat
40+
- run: cargo codspeed build --profile bench --features async_futures -p codspeed-criterion-compat
4141

4242
- name: Run the benchmarks
4343
uses: CodSpeedHQ/action@main

0 commit comments

Comments
 (0)