GitXplorerGitXplorer
k

scale-test

public
3 stars
2 forks
2 issues

Commits

List of commits on branch master.
Unverified
be6ffbc35aafbeead397f063f1c03dc32689b823

updated benchie

kkenotron committed 4 years ago
Unverified
8b78974e008ca13e3d5d58700154a16ce9b5ee56

snowpack!

kkenotron committed 4 years ago
Unverified
af299855c7c10d1bd1b630b4f49263522b8668f6

table

kkenotron committed 4 years ago
Unverified
4aa47e1356bd787fa2718324efa2b95477187690

woot

kkenotron committed 4 years ago
Unverified
a441a84d7b4491a710933ccbe98e71bcfc9e0f7b

rename

kkenotron committed 4 years ago
Unverified
354639d6c04b6fb28d63d4d6aed3f97f92e317f4

yo

kkenotron committed 4 years ago

README

The README file for this repository.

vite-scale-test

to create and trust self-signed certs

yarn certs

to test vite:

yarn dev
# now open https://localhost:3000/

to test webpack-dev-server

yarn wds
# now open https://localhost:8080/index.wd.html

to test snowpack

yarn sp
# now open http://localhost:8080/

quick results on a dev box

3800 modules

server ready browser initial load refresh innerloop (change 1 file in leaf, save, dev server) HMR
vite + https/2 + trusted self-signed cert <1s 20s 5.5s <1s 2s
vite + http/1.1 <1s 21s 6.2s <1s 2s
snowpack@next 3-5s 30s 6.5s <1s <1s
webpack 4 + tsloader transpileOnly 11s 1-2s 1-2s 1s -