Skip to content

Commit

Permalink
ci: add rptest to smoke-test
Browse files Browse the repository at this point in the history
  • Loading branch information
dweiller committed Sep 20, 2023
1 parent 85ddad2 commit 8e4c5ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ jobs:
- name: Run espresso
run: LD_PRELOAD="${{ steps.bench-setup.outputs.ld_preload }}" out/bench/espresso bench/espresso/largest.espresso

- name: Run rptest
run: LD_PRELOAD="${{ steps.bench-setup.outputs.ld_preload }}" out/bench/rptest ${{ steps.bench-setup.outputs.procs }} 0 1 2 500 1000 100 8 16000

- name: Run mleak
run: |
LD_PRELOAD="${{ steps.bench-setup.outputs.ld_preload }}" out/bench/mleak 5
Expand Down

0 comments on commit 8e4c5ae

Please sign in to comment.