MCPcopy Create free account
hub / github.com/FastLED/FastLED / StressTestConfig

Class StressTestConfig

examples/Asio/Server/test_stress.py:41–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40@dataclass
41class StressTestConfig:
42 host: str = "localhost"
43 port: int = 8080
44 num_connections: int = 20
45 num_requests: int = 50
46 timeout: float = 5.0
47 server_start_delay: float = 2.0
48
49
50class StressTestResults:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68