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

Class BenchCase

ci/autoresearch/test_flexio_rx_squarewave.py:50–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49@dataclass
50class BenchCase:
51 label: str
52 frequency_hz: int
53 duration_ms: int
54 expected_period_ns: int
55 sigma_max_ns: int
56 mean_tolerance_pct: float
57
58
59CASES: list[BenchCase] = [

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected