test(architecture): tighten transfer complexity baseline

This commit is contained in:
jxxghp
2026-09-01 07:58:47 +08:00
parent 33a73f6de1
commit 91e33277f3
+5 -5
View File
@@ -26,10 +26,10 @@
"app/chain/subscribe/match.py:SubscribeMatchOwner": 571, "app/chain/subscribe/match.py:SubscribeMatchOwner": 571,
"app/chain/subscribe/refresh.py:SubscribeRefreshOwner": 760, "app/chain/subscribe/refresh.py:SubscribeRefreshOwner": 760,
"app/chain/torrents.py:TorrentsChain": 792, "app/chain/torrents.py:TorrentsChain": 792,
"app/chain/transfer/plan.py:TransferPlanningOwner": 930, "app/chain/transfer/plan.py:TransferPlanningOwner": 895,
"app/chain/transfer/queue.py:TransferQueueOwner": 1572, "app/chain/transfer/queue.py:TransferQueueOwner": 1572,
"app/chain/transfer/settlement.py:TransferSettlementOwner": 648, "app/chain/transfer/settlement.py:TransferSettlementOwner": 648,
"app/chain/transfer/workflow.py:TransferWorkflowOwner": 1062, "app/chain/transfer/workflow.py:TransferWorkflowOwner": 1061,
"app/chain/workflow.py:WorkflowExecutor": 1143 "app/chain/workflow.py:WorkflowExecutor": 1143
}, },
"file": { "file": {
@@ -40,14 +40,14 @@
"app/application/messaging/message.py": 1314, "app/application/messaging/message.py": 1314,
"app/application/messaging/skill.py": 1300, "app/application/messaging/skill.py": 1300,
"app/application/security/url.py": 1079, "app/application/security/url.py": 1079,
"app/application/transfer/workflow.py": 1961, "app/application/transfer/workflow.py": 1957,
"app/chain/base.py": 1201, "app/chain/base.py": 1201,
"app/chain/interaction.py": 1571, "app/chain/interaction.py": 1571,
"app/chain/message.py": 1984, "app/chain/message.py": 1984,
"app/chain/scraping.py": 2065, "app/chain/scraping.py": 2065,
"app/chain/site.py": 1187, "app/chain/site.py": 1187,
"app/chain/transfer/queue.py": 1631, "app/chain/transfer/queue.py": 1631,
"app/chain/transfer/workflow.py": 1107, "app/chain/transfer/workflow.py": 1106,
"app/chain/workflow.py": 1391 "app/chain/workflow.py": 1391
}, },
"method": { "method": {
@@ -72,7 +72,7 @@
"app/chain/transfer/queue.py:TransferQueueOwner._TransferChain__start_transfer": 180, "app/chain/transfer/queue.py:TransferQueueOwner._TransferChain__start_transfer": 180,
"app/chain/transfer/request.py:_TransferCandidatePlanner._plan_file_items": 173, "app/chain/transfer/request.py:_TransferCandidatePlanner._plan_file_items": 173,
"app/chain/transfer/settlement.py:TransferSettlementOwner._TransferChain__default_callback": 261, "app/chain/transfer/settlement.py:TransferSettlementOwner._TransferChain__default_callback": 261,
"app/chain/transfer/workflow.py:TransferWorkflowOwner._build_transfer_tasks": 284, "app/chain/transfer/workflow.py:TransferWorkflowOwner._build_transfer_tasks": 283,
"app/chain/transfer/workflow.py:TransferWorkflowOwner._execute_transfer_tasks": 172, "app/chain/transfer/workflow.py:TransferWorkflowOwner._execute_transfer_tasks": 172,
"app/chain/transfer/workflow.py:TransferWorkflowOwner._run_transfer_workflow": 232, "app/chain/transfer/workflow.py:TransferWorkflowOwner._run_transfer_workflow": 232,
"app/scheduler/catalog.py:SchedulerCatalogOwner._initialize_catalog": 336, "app/scheduler/catalog.py:SchedulerCatalogOwner._initialize_catalog": 336,