Skip to content

Commit e73d651

Browse files
committed
ci(benchmark): compare against pnpm
1 parent fa4638d commit e73d651

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integrated-benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,13 @@ jobs:
107107
- name: 'Benchmark: Frozen Lockfile'
108108
shell: bash
109109
run: |
110-
cargo run --bin=integrated-benchmark -- --scenario=frozen-lockfile --verdaccio HEAD main
110+
cargo run --bin=integrated-benchmark -- --scenario=frozen-lockfile --verdaccio HEAD main --with-pnpm
111111
cp bench-work-env/BENCHMARK_REPORT.md bench-work-env/BENCHMARK_REPORT_FROZEN_LOCKFILE.md
112112
113113
# - name: 'Benchmark: Clean Install'
114114
# shell: bash
115115
# run: |
116-
# cargo run --bin=integrated-benchmark -- --scenario=clean-install --verdaccio HEAD main
116+
# cargo run --bin=integrated-benchmark -- --scenario=clean-install --verdaccio HEAD main --with-pnpm
117117
# cp bench-work-env/BENCHMARK_REPORT.md bench-work-env/BENCHMARK_REPORT_CLEAN_INSTALL.md
118118

119119
- name: Generate summary

0 commit comments

Comments
 (0)