Skip to content

Commit a269d08

Browse files
Maffoochclaude
andcommitted
test(perf): re-baseline importer perf counts on merged dev (CWE)
The pghistory_no_async_with_product_grading counts were placeholders from the pre-merge branch base. Update import1/reimport1 to the actual counts on the merged dev (from CI): the multi-CWE work adds ~2 queries per import phase and the async-task counts follow dev's current values. Small: import1 182q/5t, reimport1 141q/4t SmallLocations: import1 194q/5t, reimport1 155q/4t Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 0b291ea commit a269d08

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

unittests/test_importers_performance.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -392,10 +392,10 @@ def test_import_reimport_reimport_performance_pghistory_no_async_with_product_gr
392392
self.system_settings(enable_product_grade=True)
393393

394394
self._import_reimport_performance(
395-
expected_num_queries1=184,
396-
expected_num_async_tasks1=4,
397-
expected_num_queries2=143,
398-
expected_num_async_tasks2=3,
395+
expected_num_queries1=182,
396+
expected_num_async_tasks1=5,
397+
expected_num_queries2=141,
398+
expected_num_async_tasks2=4,
399399
expected_num_queries3=46,
400400
expected_num_async_tasks3=3,
401401
expected_num_queries4=107,
@@ -719,10 +719,10 @@ def test_import_reimport_reimport_performance_pghistory_no_async_with_product_gr
719719
self.system_settings(enable_product_grade=True)
720720

721721
self._import_reimport_performance(
722-
expected_num_queries1=196,
723-
expected_num_async_tasks1=4,
724-
expected_num_queries2=157,
725-
expected_num_async_tasks2=3,
722+
expected_num_queries1=194,
723+
expected_num_async_tasks1=5,
724+
expected_num_queries2=155,
725+
expected_num_async_tasks2=4,
726726
expected_num_queries3=56,
727727
expected_num_async_tasks3=3,
728728
expected_num_queries4=111,

0 commit comments

Comments
 (0)