Skip to content

Commit 780722c

Browse files
chore: update benchmarks
1 parent 0564606 commit 780722c

File tree

6 files changed

+134
-26
lines changed

6 files changed

+134
-26
lines changed

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,30 @@
106106
withWarmModulesAndLockfile: 1373
107107
withWarmModules: 1665
108108
updatedDependencies: 9798
109+
- firstInstall: 38742
110+
repeatInstall: 1469
111+
withWarmCacheAndLockfile: 8297
112+
withWarmCache: 12639
113+
withLockfile: 11327
114+
withWarmCacheAndModules: 1717
115+
withWarmModulesAndLockfile: 1425
116+
withWarmModules: 1735
117+
updatedDependencies: 8827
118+
- firstInstall: 42990
119+
repeatInstall: 1401
120+
withWarmCacheAndLockfile: 8415
121+
withWarmCache: 12653
122+
withLockfile: 11396
123+
withWarmCacheAndModules: 1718
124+
withWarmModulesAndLockfile: 1394
125+
withWarmModules: 1706
126+
updatedDependencies: 8977
127+
- firstInstall: 37586
128+
repeatInstall: 1436
129+
withWarmCacheAndLockfile: 8436
130+
withWarmCache: 12842
131+
withLockfile: 11465
132+
withWarmCacheAndModules: 1706
133+
withWarmModulesAndLockfile: 1419
134+
withWarmModules: 1726
135+
updatedDependencies: 8142

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,30 @@
2525
withWarmModulesAndLockfile: 730
2626
withWarmModules: 7299
2727
updatedDependencies: 3824
28+
- firstInstall: 10344
29+
repeatInstall: 789
30+
withWarmCacheAndLockfile: 2502
31+
withWarmCache: 6711
32+
withLockfile: 6494
33+
withWarmCacheAndModules: 2258
34+
withWarmModulesAndLockfile: 769
35+
withWarmModules: 6309
36+
updatedDependencies: 3537
37+
- firstInstall: 9506
38+
repeatInstall: 790
39+
withWarmCacheAndLockfile: 2483
40+
withWarmCache: 6495
41+
withLockfile: 5665
42+
withWarmCacheAndModules: 2299
43+
withWarmModulesAndLockfile: 783
44+
withWarmModules: 6131
45+
updatedDependencies: 3547
46+
- firstInstall: 9989
47+
repeatInstall: 798
48+
withWarmCacheAndLockfile: 2469
49+
withWarmCache: 6839
50+
withLockfile: 5766
51+
withWarmCacheAndModules: 2281
52+
withWarmModulesAndLockfile: 788
53+
withWarmModules: 6172
54+
updatedDependencies: 4151
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
- firstInstall: 16374
2+
repeatInstall: 5302
3+
withWarmCacheAndLockfile: 5469
4+
withWarmCache: 7510
5+
withLockfile: 5548
6+
withWarmCacheAndModules: 7497
7+
withWarmModulesAndLockfile: 5344
8+
withWarmModules: 7302
9+
updatedDependencies: 7059
10+
- firstInstall: 7628
11+
repeatInstall: 5328
12+
withWarmCacheAndLockfile: 5528
13+
withWarmCache: 7487
14+
withLockfile: 5531
15+
withWarmCacheAndModules: 7244
16+
withWarmModulesAndLockfile: 5358
17+
withWarmModules: 7378
18+
updatedDependencies: 6009
19+
- firstInstall: 7724
20+
repeatInstall: 5501
21+
withWarmCacheAndLockfile: 5684
22+
withWarmCache: 7767
23+
withLockfile: 5727
24+
withWarmCacheAndModules: 7699
25+
withWarmModulesAndLockfile: 5585
26+
withWarmModules: 7589
27+
updatedDependencies: 6253
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
- firstInstall: 3751
2+
repeatInstall: 0
3+
withWarmCacheAndLockfile: 1410
4+
withWarmCache: 3223
5+
withLockfile: 1378
6+
withWarmCacheAndModules: 0
7+
withWarmModulesAndLockfile: 0
8+
withWarmModules: 0
9+
updatedDependencies: 3175
10+
- firstInstall: 3704
11+
repeatInstall: 0
12+
withWarmCacheAndLockfile: 1396
13+
withWarmCache: 3246
14+
withLockfile: 1389
15+
withWarmCacheAndModules: 0
16+
withWarmModulesAndLockfile: 0
17+
withWarmModules: 0
18+
updatedDependencies: 3200
19+
- firstInstall: 3914
20+
repeatInstall: 0
21+
withWarmCacheAndLockfile: 1429
22+
withWarmCache: 3241
23+
withLockfile: 1427
24+
withWarmCacheAndModules: 0
25+
withWarmModulesAndLockfile: 0
26+
withWarmModules: 0
27+
updatedDependencies: 3320

src/pages/benchmarks.md

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

3-
**Last benchmarked at**: _Aug 24, 2025, 3:11 AM_ (_daily_ updated).
3+
**Last benchmarked at**: _Aug 28, 2025, 1:26 PM_ (_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 | | | | 28.6s | 12.2s | 7.4s | 3.8s |
26-
| install |||| 1.3s | 749ms | 5.1s | n/a |
27-
| install ||| | 7.9s | 2.3s | 5.2s | 1.3s |
28-
| install || | | 12.3s | 7.2s | 7.3s | 3.2s |
29-
| install | || | 10.8s | 6.4s | 5.2s | 1.3s |
30-
| install || || 1.6s | 2.2s | 7.1s | n/a |
31-
| install | ||| 1.3s | 729ms | 5.1s | n/a |
32-
| install | | || 1.6s | 6.9s | 7.2s | n/a |
33-
| update | n/a | n/a | n/a | 6.5s | 3.4s | 6s | 3.3s |
25+
| install | | | | 28.6s | 9.5s | 7.6s | 3.7s |
26+
| install |||| 1.3s | 749ms | 5.3s | n/a |
27+
| install ||| | 7.9s | 2.3s | 5.4s | 1.3s |
28+
| install || | | 12.3s | 6.4s | 7.4s | 3.2s |
29+
| install | || | 10.8s | 5.6s | 5.5s | 1.3s |
30+
| install || || 1.6s | 2.2s | 7.2s | n/a |
31+
| install | ||| 1.3s | 729ms | 5.3s | n/a |
32+
| install | | || 1.6s | 6.1s | 7.3s | n/a |
33+
| update | n/a | n/a | n/a | 6.5s | 3.4s | 6s | 3.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: 16 additions & 16 deletions
Loading

0 commit comments

Comments
 (0)