Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
490
def
format_tpm(value: float | None) -> str:
491
return
f
"{format_compact(value)}/min"
if
value is not None
else
"n/a"
492
493
494
def
format_percent(value: float | None) -> str:
Callers
1
build_stats
Function · 0.85
Calls
1
format_compact
Function · 0.85
Tested by
no test coverage detected