chore: add Vite benchmark

This commit is contained in:
AJ ONeal 2024-08-29 16:46:55 -06:00
parent 9f3017b2e9
commit 738922451e
No known key found for this signature in database
GPG Key ID: F1D692A76F70CF98
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ async function main() {
console.info("Angular: 2517");
await sleep(520);
console.info("React: 3785");
await sleep(128);
console.info("Vite: 6666");
await sleep(230);
console.info('"Vanilla" JS: 6237');
await sleep(65);