Skip to content

Commit

Permalink
relax perf regression even more
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Jan 28, 2025
1 parent 7b2b0a7 commit 8f03d0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_perf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ def test_performance_regression():
assert mods_no_typer / mods_typer_no_app > 0.9

# notify us if adding typer inflates command exec time by more than 20 percent
assert no_typer_time / typer_time > 0.75
assert no_typer_time / typer_no_app_time > 0.75
assert no_typer_time / typer_time > 0.70
assert no_typer_time / typer_no_app_time > 0.70

0 comments on commit 8f03d0b

Please sign in to comment.