Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Summpot committed Nov 10, 2024
1 parent 3473a7f commit 404abe7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build with hatch
run: uv build
- name: Run benchmark
run: uv run pytest --benchmark-json=results.json
run: uv run pytest --benchmark-json=results.json --benchmark-min-rounds=20
- uses: actions/upload-artifact@v4
with:
name: BenchmarkData
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ build-backend = "maturin"

[project]
name = "image_interpolation"
classifiers = ["Programming Language :: Python", "Programming Language :: Rust"]
requires-python = ">=3.7"
requires-python = ">=3.12"
dependencies = ["pytest", "pytest-benchmark"]

[tool.maturin]
Expand Down
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[pytest]
addopts = --benchmark-autosave --benchmark-min-rounds=20
addopts = --benchmark-autosave

0 comments on commit 404abe7

Please sign in to comment.