rsnext/packages/next-swc/crates/next-dev/benches/bundlers/webpack
Will Binns-Smith eb93985d95 Benchmarks: allow simultaneously installing multiple packages from npm (vercel/turbo#339)
Previously, we ran multiple `npm install` operations in serial using multiple calls to `install_from_npm`. Instead, this allows us to express dependencies all at once as a single command to the npm cli, which should reduce the time we spend installing from npm and updating package.json.

Test Plan: Manually confirmed that package.json was updated correctly.  `cargo bench`.
2022-09-12 12:34:26 -07:00
..
mod.rs Benchmarks: allow simultaneously installing multiple packages from npm (vercel/turbo#339) 2022-09-12 12:34:26 -07:00
webpack.config.js Benchmark Webpack (vercel/turbo#338) 2022-09-12 11:09:26 -07:00