MCPcopy 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
55class 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
64CASES: list[BenchCase] = [

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected