MCPcopy 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
524function finalizeRun(run) {
525 return {
526 ...run,
527 stats: buildStats(run.overview || {}, run.series || []),
528 };
529}
530
531function renderDashboard(run) {
532 if (!run) {

Callers 3

normalizeSummaryRunFunction · 0.85
normalizeCsvRunFunction · 0.85
normalizeNdjsonRunFunction · 0.85

Calls 1

buildStatsFunction · 0.85

Tested by

no test coverage detected