Skip to content

Commit 972f886

Browse files
chore: update benchmarks
1 parent 3142f5b commit 972f886

File tree

6 files changed

+123
-15
lines changed

6 files changed

+123
-15
lines changed

benchmarks/results/npm/11.2.0/alotta-files.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,30 @@
160160
withWarmModulesAndLockfile: 1368
161161
withWarmModules: 1618
162162
updatedDependencies: 7427
163+
- firstInstall: 39778
164+
repeatInstall: 1464
165+
withWarmCacheAndLockfile: 8034
166+
withWarmCache: 12072
167+
withLockfile: 10712
168+
withWarmCacheAndModules: 1659
169+
withWarmModulesAndLockfile: 1372
170+
withWarmModules: 1656
171+
updatedDependencies: 7718
172+
- firstInstall: 32499
173+
repeatInstall: 1408
174+
withWarmCacheAndLockfile: 7944
175+
withWarmCache: 12037
176+
withLockfile: 10790
177+
withWarmCacheAndModules: 1676
178+
withWarmModulesAndLockfile: 1369
179+
withWarmModules: 1666
180+
updatedDependencies: 10098
181+
- firstInstall: 34572
182+
repeatInstall: 1402
183+
withWarmCacheAndLockfile: 7974
184+
withWarmCache: 12030
185+
withLockfile: 10677
186+
withWarmCacheAndModules: 1659
187+
withWarmModulesAndLockfile: 1371
188+
withWarmModules: 1643
189+
updatedDependencies: 6631
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
- firstInstall: 9522
2+
repeatInstall: 881
3+
withWarmCacheAndLockfile: 2491
4+
withWarmCache: 5687
5+
withLockfile: 5111
6+
withWarmCacheAndModules: 2121
7+
withWarmModulesAndLockfile: 871
8+
withWarmModules: 5157
9+
updatedDependencies: 3470
10+
- firstInstall: 8357
11+
repeatInstall: 845
12+
withWarmCacheAndLockfile: 2399
13+
withWarmCache: 6036
14+
withLockfile: 5105
15+
withWarmCacheAndModules: 2166
16+
withWarmModulesAndLockfile: 868
17+
withWarmModules: 5171
18+
updatedDependencies: 3198
19+
- firstInstall: 9310
20+
repeatInstall: 862
21+
withWarmCacheAndLockfile: 2394
22+
withWarmCache: 5618
23+
withLockfile: 5060
24+
withWarmCacheAndModules: 2100
25+
withWarmModulesAndLockfile: 849
26+
withWarmModules: 5340
27+
updatedDependencies: 3780

benchmarks/results/yarn/4.7.0/alotta-files.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,3 +214,30 @@
214214
withWarmModulesAndLockfile: 5324
215215
withWarmModules: 9670
216216
updatedDependencies: 6348
217+
- firstInstall: 15550
218+
repeatInstall: 4996
219+
withWarmCacheAndLockfile: 5164
220+
withWarmCache: 9347
221+
withLockfile: 5275
222+
withWarmCacheAndModules: 9266
223+
withWarmModulesAndLockfile: 4992
224+
withWarmModules: 9131
225+
updatedDependencies: 7227
226+
- firstInstall: 9377
227+
repeatInstall: 5009
228+
withWarmCacheAndLockfile: 5103
229+
withWarmCache: 9320
230+
withLockfile: 5194
231+
withWarmCacheAndModules: 9207
232+
withWarmModulesAndLockfile: 5023
233+
withWarmModules: 9139
234+
updatedDependencies: 6107
235+
- firstInstall: 9280
236+
repeatInstall: 4992
237+
withWarmCacheAndLockfile: 5143
238+
withWarmCache: 9415
239+
withLockfile: 5228
240+
withWarmCacheAndModules: 9063
241+
withWarmModulesAndLockfile: 4974
242+
withWarmModules: 9084
243+
updatedDependencies: 5988

benchmarks/results/yarn_pnp/4.7.0/alotta-files.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,3 +214,30 @@
214214
withWarmModulesAndLockfile: 0
215215
withWarmModules: 0
216216
updatedDependencies: 5459
217+
- firstInstall: 5930
218+
repeatInstall: 0
219+
withWarmCacheAndLockfile: 1344
220+
withWarmCache: 5292
221+
withLockfile: 1332
222+
withWarmCacheAndModules: 0
223+
withWarmModulesAndLockfile: 0
224+
withWarmModules: 0
225+
updatedDependencies: 5193
226+
- firstInstall: 5719
227+
repeatInstall: 0
228+
withWarmCacheAndLockfile: 1338
229+
withWarmCache: 5281
230+
withLockfile: 1335
231+
withWarmCacheAndModules: 0
232+
withWarmModulesAndLockfile: 0
233+
withWarmModules: 0
234+
updatedDependencies: 5195
235+
- firstInstall: 5781
236+
repeatInstall: 0
237+
withWarmCacheAndLockfile: 1330
238+
withWarmCache: 5325
239+
withLockfile: 1343
240+
withWarmCacheAndModules: 0
241+
withWarmModulesAndLockfile: 0
242+
withWarmModules: 0
243+
updatedDependencies: 5204

src/pages/benchmarks.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Benchmarks of JavaScript Package Managers
22

3-
**Last benchmarked at**: _Mar 18, 2025, 1:00 PM_ (_daily_ updated).
3+
**Last benchmarked at**: _Mar 23, 2025, 3:02 AM_ (_daily_ updated).
44

55
This benchmark compares the performance of npm, pnpm, Yarn Classic, and Yarn PnP (check [Yarn's benchmarks](https://yarnpkg.com/benchmarks) for any other Yarn modes that are not included here).
66

@@ -22,14 +22,14 @@ The app's `package.json` [here](https://github.com/pnpm/pnpm.io/blob/main/benchm
2222

2323
| action | cache | lockfile | node_modules| npm | pnpm | Yarn | Yarn PnP |
2424
| --- | --- | --- | --- | --- | --- | --- | --- |
25-
| install | | | | 27.2s | 8.5s | 9.1s | 5.7s |
26-
| install |||| 1.3s | 855ms | 4.9s | n/a |
27-
| install ||| | 7.9s | 2.4s | 5.1s | 1.3s |
25+
| install | | | | 27.2s | 8.3s | 9.1s | 5.7s |
26+
| install |||| 1.3s | 845ms | 4.9s | n/a |
27+
| install ||| | 7.9s | 2.3s | 5.1s | 1.3s |
2828
| install || | | 11.9s | 5.6s | 9.3s | 5.2s |
29-
| install | || | 10.7s | 5.1s | 5.1s | 1.3s |
30-
| install || || 1.6s | 2.1s | 9.1s | n/a |
31-
| install | ||| 1.3s | 847ms | 4.9s | n/a |
32-
| install | | || 1.6s | 5.1s | 9.1s | n/a |
33-
| update | n/a | n/a | n/a | 6.2s | 3.2s | 6s | 5.1s |
29+
| install | || | 10.6s | 5s | 5.1s | 1.3s |
30+
| install || || 1.6s | 2.1s | 9s | n/a |
31+
| install | ||| 1.3s | 849ms | 4.9s | n/a |
32+
| install | | || 1.6s | 5.1s | 9s | n/a |
33+
| update | n/a | n/a | n/a | 6.2s | 3.1s | 5.9s | 5.1s |
3434

3535
<img alt="Graph of the alotta-files results" src="/img/benchmarks/alotta-files.svg" />

static/img/benchmarks/alotta-files.svg

Lines changed: 6 additions & 6 deletions
Loading

0 commit comments

Comments
 (0)