mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-29 03:56:43 +08:00
fix(ci): align runtime validation gates (#6435)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"repeat": 3,
|
||||
"targets": {
|
||||
"app.startup.lifecycle": {
|
||||
"loaded_app_module_count": 357,
|
||||
"loaded_app_module_count": 358,
|
||||
"max_ms": 968.725,
|
||||
"median_ms": 937.268,
|
||||
"min_ms": 933.205,
|
||||
@@ -17,7 +17,7 @@
|
||||
]
|
||||
},
|
||||
"app.factory": {
|
||||
"loaded_app_module_count": 369,
|
||||
"loaded_app_module_count": 370,
|
||||
"max_ms": 943.204,
|
||||
"median_ms": 941.996,
|
||||
"min_ms": 937.878,
|
||||
@@ -28,7 +28,7 @@
|
||||
]
|
||||
},
|
||||
"app.main": {
|
||||
"loaded_app_module_count": 371,
|
||||
"loaded_app_module_count": 372,
|
||||
"max_ms": 1068.791,
|
||||
"median_ms": 1064.912,
|
||||
"min_ms": 1053.947,
|
||||
|
||||
@@ -35,7 +35,7 @@ def test_sdk_exports_canonical_plugin_interfaces():
|
||||
from app.runtime.extensions.plugin_manager import PluginManager as CanonicalPluginManager
|
||||
from app.adapters.network.http import RequestUtils as CanonicalRequestUtils
|
||||
from app.application.rss import RssHelper as CanonicalRssHelper
|
||||
from app.application.site.sites import SitesHelper as CanonicalSitesHelper # pylint: disable=no-name-in-module
|
||||
from app.application.site.sites import SitesHelper as CanonicalSitesHelper # pylint: disable=import-error,no-name-in-module
|
||||
from app.runtime.cache import Cache as CanonicalCache
|
||||
from app.runtime.cache import cached as canonical_cached
|
||||
from app.runtime.config import settings as canonical_settings
|
||||
|
||||
Reference in New Issue
Block a user