UNPKG

@dapplion/benchmark

Version:

Ensures that new code does not introduce performance regressions with CI. Tracks:

16 lines 457 B
import { IHistoryProvider } from "./provider.js"; /** * Persist results in CSV, one benchmark result per file * * ``` * /$dirpath/52b8122daa9b7a3d0ea0ecfc1ff9eda79a201eb8.csv * ``` * * ```csv * id,averageNs,runsDone,totalMs * sum array with raw for loop,1348118,371,501 * sum array with reduce,16896469,128,2163 * ``` */ export declare function getGaCacheHistoryProvider(cacheKey: string): IHistoryProvider; //# sourceMappingURL=gaCache.d.ts.map