UNPKG

test-performance

Version:
17 lines (14 loc) 258 B
export default { standard: { expectedMsRunTime: 12, func: (dummyParam?: number) => { function test() {} const a = dummyParam || Math.random(); if (a > 0.5) { test(); } else { test(); } }, }, };