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

Function humanKind

tests/loadtest/tools/dashboard/app.js:1378–1384  ·  view source on GitHub ↗
(kind)

Source from the content-addressed store, hash-verified

1376}
1377
1378function humanKind(kind) {
1379 return {
1380 k6_summary: "k6 summary",
1381 k6_ndjson: "raw k6 stream",
1382 minute_csv: "minute bucket csv",
1383 }[kind] || kind || "load test";
1384}
1385
1386function summaryCard(label, value) {
1387 return `

Callers 2

renderRunListFunction · 0.85
renderDashboardFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected