We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925e083 commit de7e115Copy full SHA for de7e115
1 file changed
scripts/breaking_changes_checker/tests/test_performance.py
@@ -207,7 +207,9 @@ def test_full_checker_run_large_unchanged_api(self):
207
"""Benchmark a full checker run with a large unchanged API surface.
208
209
When stable and current are identical, jsondiff produces an empty diff,
210
- so the checker should complete almost instantly regardless of API surface size.
+ so diff-based checks do minimal work. However, run_checks() still executes
211
+ checks like parameter ordering across the full API surface. This test
212
+ ensures the overall run remains fast and bounded even for a large, unchanged API.
213
"""
214
stable, current = _generate_large_stable_current(
215
num_modules=10,
0 commit comments