File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments