import { bench, run } from "../node_modules/mitata/src/cli.mjs"; bench("setTimeout(, 4) 100 times", async () => { var i = 100; while (--i >= 0) { await new Promise((resolve, reject) => { setTimeout(() => { resolve(); }, 4); }); } }); setTimeout(() => { run({}).then(() => {}); }, 1); tackblitzrc?h=fix-s-island-fallback' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/examples/framework-svelte/.stackblitzrc (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-27[ci] formatGravatar FredKSchott 9-23/+25
2022-06-27update telemetry to support more anonymized project id (#3713)Gravatar Fred K. Schott 20-351/+311
2022-06-27SImplify "astro add" by removing confusing multi-select (#3715)Gravatar Fred K. Schott 13-258/+157