Skip to content

Commit

Permalink
run benchmark on v10 version of pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Nov 22, 2024
1 parent 2acb10f commit 78b307a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ async function run () {
fs.promises.mkdir(BENCH_IMGS, { recursive: true }),
])
spawn.sync('pnpm', ['init', '--yes'], { cwd: managersDir })
spawn.sync('pnpm', ['add', 'npm@latest', 'pnpm@next-9'], { cwd: managersDir, stdio: 'inherit' })
spawn.sync('pnpm', ['add', 'npm@latest', 'pnpm@next-10'], { cwd: managersDir, stdio: 'inherit' })
spawn.sync('yarn', ['set', 'version', 'stable'], { cwd: managersDir, stdio: 'inherit' })
const formattedNow = new Intl.DateTimeFormat('en-US', { dateStyle: 'medium', timeStyle: 'short' }).format(new Date())
const pms = [ 'npm', 'pnpm', 'yarn', 'yarn_pnp' ]
Expand Down

0 comments on commit 78b307a

Please sign in to comment.