Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
class
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
50
class
StressTestResults:
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
1
main
Function · 0.68