Skip to content

Commit

Permalink
Update benchmark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
capjamesg authored Aug 24, 2024
1 parent 23e7fc4 commit 1563cdd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ jobs:
- name: 🧪 Run benchmark stress test
env:
SITE_ENV: production
run: "python ./tests/*.py --benchmark"
run: |
python ./tests/*.py --benchmark
python ./tests/*.py --long-benchmark

0 comments on commit 1563cdd

Please sign in to comment.