chore: add Vite benchmark
This commit is contained in:
parent
9f3017b2e9
commit
738922451e
|
@ -8,6 +8,8 @@ async function main() {
|
||||||
console.info("Angular: 2517");
|
console.info("Angular: 2517");
|
||||||
await sleep(520);
|
await sleep(520);
|
||||||
console.info("React: 3785");
|
console.info("React: 3785");
|
||||||
|
await sleep(128);
|
||||||
|
console.info("Vite: 6666");
|
||||||
await sleep(230);
|
await sleep(230);
|
||||||
console.info('"Vanilla" JS: 6237');
|
console.info('"Vanilla" JS: 6237');
|
||||||
await sleep(65);
|
await sleep(65);
|
||||||
|
|
Loading…
Reference in New Issue