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

Function read_baseline

tests/test_esp32s3_bloat_regression.py:40–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38
39
40def read_baseline() -> int:
41 raw = BASELINE_FILE.read_text(encoding="utf-8").strip()
42 if not raw:
43 print(
44 f"esp32s3-bloat-regression: baseline file is empty: {BASELINE_FILE}",
45 file=sys.stderr,
46 )
47 sys.exit(2)
48 return int(raw)
49
50
51def run_bloat(skip_build: bool) -> None:

Callers 1

mainFunction · 0.85

Calls 1

printFunction · 0.50

Tested by

no test coverage detected