Skip to content

Commit 3367b25

Browse files
authored
ci: Memory benchmarks with codspeed (#1965)
ci: memory benchmarks with codspeed
1 parent 0e37237 commit 3367b25

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tier-1a.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,13 @@ jobs:
507507
run: cargo codspeed run
508508
token: ${{ secrets.CODSPEED_TOKEN }}
509509

510+
- name: Run the memory benchmarks
511+
uses: CodSpeedHQ/action@v4
512+
with:
513+
mode: memory
514+
run: cargo codspeed run
515+
token: ${{ secrets.CODSPEED_TOKEN }}
516+
510517
tests-wasi:
511518
name: Unit tests (WASI)
512519
needs: get-features

0 commit comments

Comments
 (0)