/ tests / stress / __init__.py
__init__.py
 1  """
 2  Stress test harness for the SAM HTTP SSE gateway.
 3  
 4  This package provides comprehensive stress testing capabilities for:
 5  - Concurrent SSE connections
 6  - WebUI vs A2A isolation
 7  - Large artifact handling during streaming
 8  - Session scalability
 9  - Long-running soak tests with memory monitoring
10  """