Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonwang371 committed Nov 30, 2022
1 parent 486ba8c commit 160f98a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
- name: Run Benchmark
run: |
ray start --head
pytest benchmark/basic.py -v --benchmark-only --benchmark-json bm-result.json
pytest -v benchmark/basic.py --benchmark-only --benchmark-json bm-result.json
cat bm-result.json
ray stop
- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
Expand Down

0 comments on commit 160f98a

Please sign in to comment.