mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
MAESTRO: Add performance tests for thinking stream feature (Phase 6.5)
Created comprehensive test suite for large thinking streams (10-50KB+): - RAF throttling efficiency tests validating chunk batching - Large stream handling (10KB, 25KB, 50KB, 100KB+) with performance thresholds - Memory efficiency tests (buffer clearing, cleanup on unmount) - UI rendering performance tests - Chunk batching edge cases (empty, tiny, interleaved multi-tab) - Stress tests (sustained high-frequency, concurrent sessions) Added test infrastructure: - vitest.performance.config.mts for performance test configuration - npm run test:performance script for running performance tests
This commit is contained in:
@@ -41,7 +41,8 @@
|
||||
"test:e2e:ui": "npm run build:main && npm run build:renderer && playwright test --ui",
|
||||
"test:e2e:headed": "npm run build:main && npm run build:renderer && playwright test --headed",
|
||||
"test:integration": "vitest run --config vitest.integration.config.ts",
|
||||
"test:integration:watch": "vitest --config vitest.integration.config.ts"
|
||||
"test:integration:watch": "vitest --config vitest.integration.config.ts",
|
||||
"test:performance": "vitest run --config vitest.performance.config.mts"
|
||||
},
|
||||
"build": {
|
||||
"appId": "com.maestro.app",
|
||||
|
||||
Reference in New Issue
Block a user