We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6cd50f commit 0da2d5bCopy full SHA for 0da2d5b
unittests/test_importers_performance.py
@@ -174,9 +174,9 @@ def test_import_reimport_reimport_performance_no_async(self, mock):
174
self.import_reimport_performance(
175
expected_num_queries1=673,
176
expected_num_async_tasks1=25,
177
- expected_num_queries2=544,
+ expected_num_queries2=549,
178
expected_num_async_tasks2=30,
179
- expected_num_queries3=387,
+ expected_num_queries3=392,
180
expected_num_async_tasks3=25,
181
)
182
@@ -193,8 +193,8 @@ def test_import_reimport_reimport_performance_no_async_with_product_grading(self
193
194
195
196
197
198
199
200
0 commit comments