MCPcopy Create free account
hub / github.com/csskit/csskit / buildOutlierSeries

Function buildOutlierSeries

website/script/benchmarks.js:496–498  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

494 return buildSeries(e).filter((s) => normalSeries.some((ns) => ns.name === s.name));
495 }
496 function buildOutlierSeries(e) {
497 return buildSeries(e).filter((s) => outlierSeries.some((os) => os.name === s.name));
498 }
499
500 const mainMin = normal.length > 0 ? Math.max(0, Math.min(...normal)) : 0;
501 const mainMax = normal.length > 0 ? Math.max(...normal) : 100;

Callers

nothing calls this directly

Calls 1

buildSeriesFunction · 0.85

Tested by

no test coverage detected