UNPKG

@skatejs/ssr

Version:

Server-side render your web components.

8 lines (7 loc) 209 B
function test(call) { setTimeout(() => { const t = performance.now(); for (let a = 0; a < 10000; a++) document.body.appendChild(call(a)); alert(Math.round(performance.now() - t) + 'ms'); }); }