diff --git a/README.md b/README.md index 2e95369c..3445ccd9 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,9 @@ npm run build # build with Vite After migrate to Farm, this project is 2 times faster than Vite in Dev, and 6x times faster in Prod! Performance Compare: -||Cold Start(Server Ready + Page Rendered)| -|---|---|---|---| + +||Cold Start(Server Ready + Page Rendered)|Cold Build| +|---|---|---| |Farm| 3.5s | 4s | |Vite| 7.5s | 24.1s | |Compare| Farm is 2x faster than Vite| Farm is 6x faster than Vite|