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 160f98a commit 0ea7f4e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ jobs:
pip install -U "ray @ https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-3.0.0.dev0-cp38-cp38-manylinux2014_x86_64.whl"
- name: Run Benchmark
run: |
pytest benchmark/basic.py --benchmark-only --benchmark-json bm-result.json
ray start --head
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
with:
Expand Down

0 comments on commit 0ea7f4e

Please sign in to comment.