Skip to content

Commit

Permalink
chore: add Vite benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed Aug 30, 2024
1 parent eeac5b1 commit b1fa474
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benchmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b1fa474

Please sign in to comment.