Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ BenchCase
Class
BenchCase
ci/autoresearch/test_lpc_pin_toggle_rx.py:55–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
54
@dataclass
55
class
BenchCase:
56
label: str
57
frequency_hz: int
58
duration_ms: int
59
expected_period_ns: int
60
sigma_max_ns: int
61
mean_tolerance_pct: float
62
63
64
CASES: list[BenchCase] = [
Callers
1
test_lpc_pin_toggle_rx.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected