Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devaccuracy/ledgerforge
/ finalizeRun
Function
finalizeRun
tests/loadtest/tools/dashboard/app.js:524–529 ·
view source on GitHub ↗
(run)
Source
from the content-addressed store, hash-verified
522
}
523
524
function
finalizeRun(run) {
525
return
{
526
...run,
527
stats: buildStats(run.overview || {}, run.series || []),
528
};
529
}
530
531
function
renderDashboard(run) {
532
if
(!run) {
Callers
3
normalizeSummaryRun
Function · 0.85
normalizeCsvRun
Function · 0.85
normalizeNdjsonRun
Function · 0.85
Calls
1
buildStats
Function · 0.85
Tested by
no test coverage detected