Skip to content

Commit

Permalink
Add option
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait committed Oct 24, 2024
1 parent e8402c6 commit bad6bc1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ def pytest_addoption(parser):
"--benchmark", action="store_true", help="Collect benchmarking data for tests"
)

parser.addoption(
"--performance-report",
action="store_true",
help="Collect performance report for tests",
)

parser.addoption(
"--memray",
action="store",
Expand Down

0 comments on commit bad6bc1

Please sign in to comment.