Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
91 changes: 0 additions & 91 deletions benchmarks/asv.conf.json

This file was deleted.

Empty file removed benchmarks/performance/__init__.py
Empty file.
60 changes: 0 additions & 60 deletions benchmarks/performance/full.py

This file was deleted.

35 changes: 9 additions & 26 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ pytest = "^7.2.0"
pytest-cov = "^4.0.0"
pytest-env = "^0.6.2"
hypothesis = "^6.39.3"
asv = "^0.4.2"
pylint = "^3.1.0"

[tool.poetry.group.docs]
Expand Down Expand Up @@ -93,12 +92,6 @@ lint-warnings = "pylint src/ --exit-zero"
sandbox = "python benchmarks/runners/sandbox.py"
navigator = "yadnav --config benchmarks/banana.yaml"
nav = "yadnav --config benchmarks/banana.yaml"
asv-run = "asv run --config benchmarks/asv.conf.json master..HEAD"
asv-preview = "asv preview --config benchmarks/asv.conf.json"
asv-publish = "asv publish --config benchmarks/asv.conf.json"
asv-show = "asv show --config benchmarks/asv.conf.json"
asv-clean = { "shell" = "rm -rf benchmarks/env benchmarks/html benchmarks/results" }
asv = ["asv-run", "asv-publish", "asv-preview"]
docs = { "shell" = "cd docs; make html" }
docs-view = { "shell" = "cd docs; make view" }
docs-server = { "shell" = "cd docs; make server" }
Expand Down