UNPKG

@dapplion/benchmark

Version:

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

14 lines (13 loc) 322 B
/**t * Map of results by root suie. * Before running mocha, you must register the root suite here */ export const resultsByRootSuite = new WeakMap(); /** * Global opts from CLI */ export const optsByRootSuite = new WeakMap(); /** * Map to persist options set in describe blocks */ export const optsMap = new Map();