Skip to content

Commit

Permalink
Update benchmark command
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Feb 28, 2025
1 parent cafe87c commit 1cdd9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gpu_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v4

- name: Run benchmark and store result
run: pytest bench.py --benchmark-json output.json
run: pytest tests/test_benchmark.py --benchmark-only --benchmark-json output.json

- name: Download previous benchmark data
uses: actions/cache@v4
Expand Down

0 comments on commit 1cdd9d3

Please sign in to comment.