From 738922451e11ed5b39c18164322a83673eaefbf4 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 29 Aug 2024 16:46:55 -0600 Subject: [PATCH] chore: add Vite benchmark --- benchmark.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/benchmark.js b/benchmark.js index d6a71d4..58a1710 100644 --- a/benchmark.js +++ b/benchmark.js @@ -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);