MCPcopy Index your code
hub / github.com/tinyplex/tinybase / testPerf

Function testPerf

gulpfile.mjs:809–811  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

807export const compileAndTestDocs = series(compileForTest, testDocs);
808
809export const testPerf = async () => {
810 await test(['test/perf']);
811};
812export const compileAndTestPerf = series(compileForTest, testPerf);
813
814export const compileDocsPagesOnly = () => compileDocsAndAssets(false);

Callers

nothing calls this directly

Calls 1

testFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…