Add performance benchmark tool to identify areas for improvement

Introduce BenchmarkPage.tsx with PerformanceBenchmark component for comprehensive app analysis.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: c5f0c281-8dd8-4846-b452-4a07bcd21062
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/9777c70b-fc38-4831-8d6b-78dfffe041b0/e30af87a-6b1f-4210-9add-1f060bd1d9e3.jpg
This commit is contained in:
ghaddaditw
2025-06-08 07:50:02 +00:00
parent bd4eac2a73
commit 49eeaa8f01
2 changed files with 238 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ import SystemMonitoringPage from "@/pages/SystemMonitoringPage";
import SettingsPage from "@/pages/SettingsPage";
import FocusPage from "@/pages/FocusPage";
import ThemePage from "@/pages/ThemePage";
import BenchmarkPage from "@/pages/BenchmarkPage";
import NotFound from "@/pages/not-found";
function Router() {