Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 648 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 648 Bytes

Benchmark

Getting Started

$ pnpm i
$ pnpm run setup
$ pnpm benchmark

By default, the benchmark will run all the tools (mako, rsbuild, farm, webpack and vite) and the projects (project/turbopack-test-app). You can specify the tools and the projects by using the following command.

$ pnpm benchmark --tools mako,rsbuild --project projects/lots-of-less

If you want to run build or dev for a specific project.

$ pnpm --filter @example/dead-simple bundler mako build
$ pnpm --filter @example/dead-simple bundler mako build --no-minify
$ pnpm --filter @example/dead-simple bundler mako dev

LICENSE

MIT