Skip to content

sapphi-red/performance-compare

 
 

Repository files navigation

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

About

Performance compare for Farm, Webpack, Rspack, Turbopack and Vite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Other 0.4%