|
FastLED 3.9.15
|
Definition at line 50 of file test_stress.py.
Public Member Functions | |
| None | __init__ (self) |
| record_failure (self, str error_type) | |
| record_success (self, float response_time_ms) | |
Public Attributes | |
| int | connection_errors = 0 |
| int | failed_requests = 0 |
| threading.Lock | lock = threading.Lock() |
| int | other_errors = 0 |
| list | response_times = [] |
| int | successful_requests = 0 |
| int | timeout_errors = 0 |
| int | total_requests = 0 |