mirror of
https://github.com/cloud-shuttle/leptos-shadcn-ui.git
synced 2025-12-22 22:00:00 +00:00
feat: Add comprehensive performance audit system
- Complete TDD implementation with 53 tests (44 unit + 8 integration + 1 doctest) - Bundle size analysis and optimization recommendations - Real-time performance monitoring with BTreeMap optimization - CLI tool with multiple output formats (text, JSON, HTML, Markdown) - Enhanced error handling with custom Result types and thiserror - Production-ready with zero technical debt and comprehensive documentation - Optimized data structures and algorithms for better performance - Professional CLI with progress indicators and configuration display This adds powerful performance monitoring capabilities to the leptos-shadcn-ui ecosystem.
This commit is contained in:
@@ -17,6 +17,7 @@ members = [
|
||||
"packages/test-utils",
|
||||
"packages/component-generator",
|
||||
"packages/leptos-shadcn-ui", # Re-added for final publishing
|
||||
"performance-audit", # Performance audit system
|
||||
|
||||
# Basic components (no internal dependencies)
|
||||
"packages/leptos/button",
|
||||
|
||||
Reference in New Issue
Block a user