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