Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wre232114 authored Mar 5, 2023
1 parent 5a97e68 commit 2b01261
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,20 @@

> Super fast web build engine written in rust. yet another performant alternative besides webpack/vite
|| Webpack | Vite | Farm | Compare |
|---| --- | --- | --- | --- |
|**cold start**| 853ms | 276ms | 67ms | Farm is faster: **12x webpack****4x vite** |
|**HMR**| 43ms | 23ms | 2ms | Farm is faster: **20x webpack****10x vite** |
|**onload**| 83ms | 310ms | 57ms | Farm is faster: **5x vite** |
|**accessible time**| 936ms | 586ms | 124ms | Farm is faster: **8x webpack****5x vite** |


> Test Repo:https://github.com/farm-fe/performance-compare
>
> Test Machine(Linux Mint 21.1 Cinnamon, 11th Gen Intel© Core™ i5-11400 @ 2.60GHz × 6, 15.5 GiB)
<br />
Started in 68ms and updated in 1ms for a demo react project as below.

![img](./assets/performance.png)

**Features**:

Expand Down

0 comments on commit 2b01261

Please sign in to comment.