Skip to content

Commit aac06e2

Browse files
chore: update benchmarks
1 parent d650a72 commit aac06e2

File tree

6 files changed

+110
-2
lines changed

6 files changed

+110
-2
lines changed

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,30 @@
7979
withWarmModulesAndLockfile: 1409
8080
withWarmModules: 1713
8181
updatedDependencies: 6823
82+
- firstInstall: 47241
83+
repeatInstall: 1467
84+
withWarmCacheAndLockfile: 8428
85+
withWarmCache: 12915
86+
withLockfile: 11751
87+
withWarmCacheAndModules: 1794
88+
withWarmModulesAndLockfile: 1447
89+
withWarmModules: 1780
90+
updatedDependencies: 9456
91+
- firstInstall: 45066
92+
repeatInstall: 1462
93+
withWarmCacheAndLockfile: 8437
94+
withWarmCache: 12789
95+
withLockfile: 11603
96+
withWarmCacheAndModules: 1756
97+
withWarmModulesAndLockfile: 1445
98+
withWarmModules: 1746
99+
updatedDependencies: 10237
100+
- firstInstall: 45407
101+
repeatInstall: 1429
102+
withWarmCacheAndLockfile: 8453
103+
withWarmCache: 12930
104+
withLockfile: 11773
105+
withWarmCacheAndModules: 1737
106+
withWarmModulesAndLockfile: 1426
107+
withWarmModules: 1745
108+
updatedDependencies: 8938

benchmarks/results/pnpm/10.12.4/alotta-files.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,30 @@
2525
withWarmModulesAndLockfile: 771
2626
withWarmModules: 5265
2727
updatedDependencies: 3420
28+
- firstInstall: 12070
29+
repeatInstall: 800
30+
withWarmCacheAndLockfile: 2688
31+
withWarmCache: 7177
32+
withLockfile: 6937
33+
withWarmCacheAndModules: 2593
34+
withWarmModulesAndLockfile: 777
35+
withWarmModules: 7010
36+
updatedDependencies: 3663
37+
- firstInstall: 10935
38+
repeatInstall: 780
39+
withWarmCacheAndLockfile: 2557
40+
withWarmCache: 7051
41+
withLockfile: 6379
42+
withWarmCacheAndModules: 2361
43+
withWarmModulesAndLockfile: 754
44+
withWarmModules: 6669
45+
updatedDependencies: 3700
46+
- firstInstall: 11406
47+
repeatInstall: 784
48+
withWarmCacheAndLockfile: 2595
49+
withWarmCache: 7192
50+
withLockfile: 6341
51+
withWarmCacheAndModules: 2303
52+
withWarmModulesAndLockfile: 756
53+
withWarmModules: 6668
54+
updatedDependencies: 3927

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,30 @@
160160
withWarmModulesAndLockfile: 5457
161161
withWarmModules: 7313
162162
updatedDependencies: 6183
163+
- firstInstall: 16898
164+
repeatInstall: 5385
165+
withWarmCacheAndLockfile: 5652
166+
withWarmCache: 7747
167+
withLockfile: 5781
168+
withWarmCacheAndModules: 7606
169+
withWarmModulesAndLockfile: 5459
170+
withWarmModules: 7489
171+
updatedDependencies: 7413
172+
- firstInstall: 7458
173+
repeatInstall: 5442
174+
withWarmCacheAndLockfile: 5582
175+
withWarmCache: 7674
176+
withLockfile: 5619
177+
withWarmCacheAndModules: 7401
178+
withWarmModulesAndLockfile: 5358
179+
withWarmModules: 7348
180+
updatedDependencies: 6068
181+
- firstInstall: 7629
182+
repeatInstall: 5487
183+
withWarmCacheAndLockfile: 5547
184+
withWarmCache: 7720
185+
withLockfile: 5538
186+
withWarmCacheAndModules: 7483
187+
withWarmModulesAndLockfile: 5468
188+
withWarmModules: 7448
189+
updatedDependencies: 6192

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,30 @@
160160
withWarmModulesAndLockfile: 0
161161
withWarmModules: 0
162162
updatedDependencies: 3320
163+
- firstInstall: 3920
164+
repeatInstall: 0
165+
withWarmCacheAndLockfile: 1437
166+
withWarmCache: 3268
167+
withLockfile: 1430
168+
withWarmCacheAndModules: 0
169+
withWarmModulesAndLockfile: 0
170+
withWarmModules: 0
171+
updatedDependencies: 3428
172+
- firstInstall: 3739
173+
repeatInstall: 0
174+
withWarmCacheAndLockfile: 1401
175+
withWarmCache: 3199
176+
withLockfile: 1404
177+
withWarmCacheAndModules: 0
178+
withWarmModulesAndLockfile: 0
179+
withWarmModules: 0
180+
updatedDependencies: 3296
181+
- firstInstall: 3961
182+
repeatInstall: 0
183+
withWarmCacheAndLockfile: 1417
184+
withWarmCache: 3205
185+
withLockfile: 1433
186+
withWarmCacheAndModules: 0
187+
withWarmModulesAndLockfile: 0
188+
withWarmModules: 0
189+
updatedDependencies: 3320

src/pages/benchmarks.md

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

3-
**Last benchmarked at**: _Jun 29, 2025, 3:15 AM_ (_daily_ updated).
3+
**Last benchmarked at**: _Jul 6, 2025, 3:15 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

static/img/benchmarks/alotta-files.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)