Avatar for the PrefectHQ user
PrefectHQ
prefect
BlogDocsChangelog

Performance History

Latest Results

preserve prefect.cli.* modules in reset_sys_modules fixture The `reset_sys_modules` autouse fixture deletes any modules added to `sys.modules` during a test. With lazy CLI loading, command modules like `prefect.cli.events` are imported on-demand during test invocations and then deleted after the test. However, cyclopts caches the resolved App internally (`CommandSpec._resolved`), so subsequent tests get a stale App whose function references point to the deleted module. When monkeypatch patches the freshly re-imported module, the stale cached App still uses the old (unpatched) functions. Fix: skip `prefect.cli.*` modules during cleanup so cyclopts' cached references remain valid. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
cli-lazy-loading
6 minutes ago
fix: replace 1 bare except clause with except Exception
haosenwang1018:fix/bare-excepts
1 hour ago
Improve dbt per-node runtime on low-core hosts
performance-dbt-orchestrator
2 hours ago

Active Branches

Enable lazy loading for CLI commands via cyclopts v4
last run
6 minutes ago
#20878
CodSpeed Performance Gauge
0%
#20874
CodSpeed Performance Gauge
0%
#20863
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home Terms Privacy Docs