Skip to content

Commit

Permalink
fix benchmark action
Browse files Browse the repository at this point in the history
  • Loading branch information
nwlandry committed Nov 24, 2024
1 parent d7ba0a7 commit d669a91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ jobs:
python-version: 3.13
- name: Run benchmarks
run: |
cd benchmarks
pip install --upgrade pip
pip install .[benchmark]
pytest bench.py --benchmark-json output.json
pytest benchmarks/bench.py --benchmark-json benchmarks/output.json
- name: Store benchmark results
uses: benchmark-action/github-action-benchmark@v1
Expand Down
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,6 @@ cython_debug/
test.*
/.vscode

# airspeed velocity files
benchmarks/html/
benchmarks/results/
# benchmarking files
.benchmarks
benchmarks/output.json

0 comments on commit d669a91

Please sign in to comment.