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

Function formatTpm

tests/loadtest/tools/dashboard/app.js:1413–1415  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

1411}
1412
1413function formatTpm(value) {
1414 return value === null || value === undefined ? "n/a" : `${formatCompact(value)}/min`;
1415}
1416
1417function formatPercent(value) {
1418 return value === null || value === undefined ? "n/a" : `${(value * 100).toFixed(1)}%`;

Callers 3

renderRunListFunction · 0.85
renderSummaryGridFunction · 0.85
buildStatsFunction · 0.85

Calls 1

formatCompactFunction · 0.85

Tested by

no test coverage detected