Skip to content

Commit

Permalink
ci: tune test config
Browse files Browse the repository at this point in the history
  • Loading branch information
BlairCurrey committed Feb 13, 2025
1 parent 27d9d81 commit a829619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
- name: Run performance tests
id: perf_test
run: |
pnpm --filter performance run-tests:testenv -k --vus 4 --duration 1m | tee performance.log
pnpm --filter performance run-tests:testenv -k --vus 5 --duration 1m | tee performance.log
continue-on-error: true # Don't fail here, allows showing logs

- name: Print MASE logs
Expand Down

0 comments on commit a829619

Please sign in to comment.