Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 757 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 757 Bytes

performance-compare

Benchmarks for Farm, Webpack, Vite, Rspack and Turbopack.

Using Turbopack's bench cases (1000 React components), see https://turbo.build/pack/docs/benchmarks

Results: https://gist.github.com/sapphi-red/25be97327ee64a3c1dce793444afdf6e

Run benchmarks:

node benchmark.mjs

If you want to start the project with the specified tool, try:

pnpm i # install dependencies

pnpm run start:farm # Start Farm
pnpm run start:vite # Start Vite with babel
pnpm run start:vite-swc # Start Vite with SWC
pnpm run start:webpack # Start Webpack with babel
pnpm run start:webpack-swc # Start Webpack with SWC
pnpm run start:turbopack # Start Turbopack
pnpm run start:rspack # Start Rspack
pnpm run start:parcel # Start parcel