Skip to content

Commit 9c1bef2

Browse files
committed
LP doesn't use it.
1 parent c231669 commit 9c1bef2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

codeflash/verification/test_runner.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ def run_line_profile_tests(
164164
*,
165165
pytest_target_runtime_seconds: float = TOTAL_LOOPING_TIME_EFFECTIVE,
166166
pytest_timeout: int | None = None,
167-
pytest_min_loops: int = 5,
168-
pytest_max_loops: int = 100_000,
169167
) -> tuple[Path, subprocess.CompletedProcess]:
170168
if test_framework in {"pytest", "unittest"}: # pytest runs both pytest and unittest tests
171169
pytest_cmd_list = (

0 commit comments

Comments
 (0)