MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / format_tpm

Function format_tpm

tests/loadtest/tools/dashboard_parser.py:490–491  ·  view source on GitHub ↗
(value: float | None)

Source from the content-addressed store, hash-verified

488
489
490def format_tpm(value: float | None) -> str:
491 return f"{format_compact(value)}/min" if value is not None else "n/a"
492
493
494def format_percent(value: float | None) -> str:

Callers 1

build_statsFunction · 0.85

Calls 1

format_compactFunction · 0.85

Tested by

no test coverage detected