MCPcopy
hub / github.com/JedWatson/classnames / printTable

Function printTable

benchmarks/benchmarks.js:70–76  ·  view source on GitHub ↗
(bench)

Source from the content-addressed store, hash-verified

68}
69
70function printTable(bench) {
71 const table = bench.table();
72 const headers = Object.keys(table[0]);
73 const data = table.map((entry) => headers.map((header) => entry[header]));
74
75 console.log(markdownTable([headers, ...data]) + '\n');
76}

Callers 1

runBenchmarksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…