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

Function format_rate

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

Source from the content-addressed store, hash-verified

484
485
486def format_rate(value: float | None) -> str:
487 return f"{format_compact(value)}/sec" if value is not None else "n/a"
488
489
490def format_tpm(value: float | None) -> str:

Callers 1

build_statsFunction · 0.85

Calls 1

format_compactFunction · 0.85

Tested by

no test coverage detected