Create 3 missing service READMEs (api_gateway, data_acquisition_service, trading_agent_service). Create bin/fxt/README.md. Create testing/service-integration/README.md. Update existing service and testing READMEs to standard template. Delete 4 subdirectory READMEs from testing/integration/ and testing/e2e/. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
798 B
798 B
api-gateway-load
Load testing framework for API Gateway with 4 scenarios: normal (1K clients), spike (10K ramp), sustained (24h), and stress (incremental to failure).
Key Types
TestOrchestrator-- scenario coordinationVirtualClientPool-- authenticated HTTP client generationMetricsCollector-- HDR histogram latency trackingReportGenerator-- HTML + SVG chart output
Scenarios
normal-- 1K concurrent clients, 60s, target <10ms P99spike-- 0 to 10K in 10s, sustain 60ssustained-- 100 clients, 24h endurancestress-- incremental increase until failure
Usage
cargo run --release -p api-gateway-load -- normal --gateway-url http://localhost:50050
cargo run --release -p api-gateway-load -- all --gateway-url http://localhost:50050