Skip to content

Commit 657836a

Browse files
chore: update benchmarks
1 parent edd4cb5 commit 657836a

File tree

6 files changed

+126
-18
lines changed

6 files changed

+126
-18
lines changed

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,30 @@
2525
withWarmModulesAndLockfile: 1361
2626
withWarmModules: 1642
2727
updatedDependencies: 8024
28+
- firstInstall: 41704
29+
repeatInstall: 1392
30+
withWarmCacheAndLockfile: 8469
31+
withWarmCache: 13129
32+
withLockfile: 11683
33+
withWarmCacheAndModules: 1710
34+
withWarmModulesAndLockfile: 1380
35+
withWarmModules: 1672
36+
updatedDependencies: 7953
37+
- firstInstall: 41135
38+
repeatInstall: 1380
39+
withWarmCacheAndLockfile: 8543
40+
withWarmCache: 13073
41+
withLockfile: 11750
42+
withWarmCacheAndModules: 1682
43+
withWarmModulesAndLockfile: 1388
44+
withWarmModules: 1680
45+
updatedDependencies: 10051
46+
- firstInstall: 37763
47+
repeatInstall: 1385
48+
withWarmCacheAndLockfile: 8528
49+
withWarmCache: 13204
50+
withLockfile: 11830
51+
withWarmCacheAndModules: 1684
52+
withWarmModulesAndLockfile: 1383
53+
withWarmModules: 1677
54+
updatedDependencies: 9360
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
- firstInstall: 10795
2+
repeatInstall: 769
3+
withWarmCacheAndLockfile: 2502
4+
withWarmCache: 6628
5+
withLockfile: 6134
6+
withWarmCacheAndModules: 2214
7+
withWarmModulesAndLockfile: 762
8+
withWarmModules: 6433
9+
updatedDependencies: 3869
10+
- firstInstall: 10300
11+
repeatInstall: 776
12+
withWarmCacheAndLockfile: 2515
13+
withWarmCache: 6867
14+
withLockfile: 6048
15+
withWarmCacheAndModules: 2249
16+
withWarmModulesAndLockfile: 752
17+
withWarmModules: 6801
18+
updatedDependencies: 3683
19+
- firstInstall: 10917
20+
repeatInstall: 770
21+
withWarmCacheAndLockfile: 2438
22+
withWarmCache: 6721
23+
withLockfile: 6558
24+
withWarmCacheAndModules: 2234
25+
withWarmModulesAndLockfile: 752
26+
withWarmModules: 8409
27+
updatedDependencies: 3487

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,30 @@
106106
withWarmModulesAndLockfile: 5214
107107
withWarmModules: 7116
108108
updatedDependencies: 5770
109+
- firstInstall: 16416
110+
repeatInstall: 5387
111+
withWarmCacheAndLockfile: 5437
112+
withWarmCache: 7715
113+
withLockfile: 5548
114+
withWarmCacheAndModules: 7399
115+
withWarmModulesAndLockfile: 5443
116+
withWarmModules: 7262
117+
updatedDependencies: 7110
118+
- firstInstall: 7600
119+
repeatInstall: 5415
120+
withWarmCacheAndLockfile: 5509
121+
withWarmCache: 7536
122+
withLockfile: 5557
123+
withWarmCacheAndModules: 7428
124+
withWarmModulesAndLockfile: 5416
125+
withWarmModules: 7284
126+
updatedDependencies: 6120
127+
- firstInstall: 7586
128+
repeatInstall: 5443
129+
withWarmCacheAndLockfile: 5570
130+
withWarmCache: 7686
131+
withLockfile: 5567
132+
withWarmCacheAndModules: 7297
133+
withWarmModulesAndLockfile: 5428
134+
withWarmModules: 7445
135+
updatedDependencies: 6252

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,30 @@
106106
withWarmModulesAndLockfile: 0
107107
withWarmModules: 0
108108
updatedDependencies: 3160
109+
- firstInstall: 3750
110+
repeatInstall: 0
111+
withWarmCacheAndLockfile: 1382
112+
withWarmCache: 3139
113+
withLockfile: 1388
114+
withWarmCacheAndModules: 0
115+
withWarmModulesAndLockfile: 0
116+
withWarmModules: 0
117+
updatedDependencies: 3232
118+
- firstInstall: 3744
119+
repeatInstall: 0
120+
withWarmCacheAndLockfile: 1383
121+
withWarmCache: 3112
122+
withLockfile: 1403
123+
withWarmCacheAndModules: 0
124+
withWarmModulesAndLockfile: 0
125+
withWarmModules: 0
126+
updatedDependencies: 3228
127+
- firstInstall: 3733
128+
repeatInstall: 0
129+
withWarmCacheAndLockfile: 1386
130+
withWarmCache: 3151
131+
withLockfile: 1386
132+
withWarmCacheAndModules: 0
133+
withWarmModulesAndLockfile: 0
134+
withWarmModules: 0
135+
updatedDependencies: 3416

src/pages/benchmarks.md

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

3-
**Last benchmarked at**: _Sep 7, 2025, 3:01 AM_ (_daily_ updated).
3+
**Last benchmarked at**: _Sep 13, 2025, 11:20 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 | | | | 39.3s | 9.9s | 7.1s | 3.5s |
26-
| install |||| 1.3s | 747ms | 5.1s | n/a |
25+
| install | | | | 37.7s | 10.3s | 7.1s | 3.5s |
26+
| install |||| 1.3s | 769ms | 5.1s | n/a |
2727
| install ||| | 8s | 2.4s | 5.3s | 1.3s |
28-
| install || | | 12.6s | 6.2s | 7.2s | 3s |
29-
| install | || | 11.1s | 5.5s | 5.3s | 1.3s |
30-
| install || || 1.6s | 2.1s | 7s | n/a |
31-
| install | ||| 1.3s | 740ms | 5.1s | n/a |
32-
| install | | || 1.6s | 5.9s | 7s | n/a |
28+
| install || | | 12.6s | 6.6s | 7.2s | 3s |
29+
| install | || | 11.1s | 6s | 5.3s | 1.3s |
30+
| install || || 1.6s | 2.2s | 7s | n/a |
31+
| install | ||| 1.3s | 752ms | 5.1s | n/a |
32+
| install | | || 1.6s | 6.4s | 7s | n/a |
3333
| update | n/a | n/a | n/a | 7.3s | 3.4s | 5.7s | 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: 10 additions & 10 deletions
Loading

0 commit comments

Comments
 (0)