Skip to content

Commit e9394fc

Browse files
chore: update benchmarks
1 parent 3a425f9 commit e9394fc

File tree

6 files changed

+163
-55
lines changed

6 files changed

+163
-55
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
- firstInstall: 44074
2+
repeatInstall: 1441
3+
withWarmCacheAndLockfile: 8073
4+
withWarmCache: 12659
5+
withLockfile: 11182
6+
withWarmCacheAndModules: 1645
7+
withWarmModulesAndLockfile: 1357
8+
withWarmModules: 1642
9+
updatedDependencies: 7313
10+
- firstInstall: 39340
11+
repeatInstall: 1393
12+
withWarmCacheAndLockfile: 8276
13+
withWarmCache: 12718
14+
withLockfile: 11452
15+
withWarmCacheAndModules: 1641
16+
withWarmModulesAndLockfile: 1377
17+
withWarmModules: 1661
18+
updatedDependencies: 9417
19+
- firstInstall: 41152
20+
repeatInstall: 1371
21+
withWarmCacheAndLockfile: 8271
22+
withWarmCache: 12683
23+
withLockfile: 11247
24+
withWarmCacheAndModules: 1628
25+
withWarmModulesAndLockfile: 1361
26+
withWarmModules: 1642
27+
updatedDependencies: 8024
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
- firstInstall: 10375
2+
repeatInstall: 781
3+
withWarmCacheAndLockfile: 2440
4+
withWarmCache: 6725
5+
withLockfile: 5832
6+
withWarmCacheAndModules: 2234
7+
withWarmModulesAndLockfile: 740
8+
withWarmModules: 6347
9+
updatedDependencies: 3461
10+
- firstInstall: 9992
11+
repeatInstall: 747
12+
withWarmCacheAndLockfile: 2470
13+
withWarmCache: 6436
14+
withLockfile: 5876
15+
withWarmCacheAndModules: 2253
16+
withWarmModulesAndLockfile: 763
17+
withWarmModules: 6173
18+
updatedDependencies: 3598
19+
- firstInstall: 10335
20+
repeatInstall: 751
21+
withWarmCacheAndLockfile: 2420
22+
withWarmCache: 6206
23+
withLockfile: 5557
24+
withWarmCacheAndModules: 2168
25+
withWarmModulesAndLockfile: 747
26+
withWarmModules: 5934
27+
updatedDependencies: 3432

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,30 @@
7979
withWarmModulesAndLockfile: 5247
8080
withWarmModules: 7018
8181
updatedDependencies: 5789
82+
- firstInstall: 16014
83+
repeatInstall: 5187
84+
withWarmCacheAndLockfile: 5338
85+
withWarmCache: 7267
86+
withLockfile: 5484
87+
withWarmCacheAndModules: 7208
88+
withWarmModulesAndLockfile: 5202
89+
withWarmModules: 7061
90+
updatedDependencies: 6914
91+
- firstInstall: 7383
92+
repeatInstall: 5157
93+
withWarmCacheAndLockfile: 5304
94+
withWarmCache: 7335
95+
withLockfile: 5342
96+
withWarmCacheAndModules: 7154
97+
withWarmModulesAndLockfile: 5178
98+
withWarmModules: 7109
99+
updatedDependencies: 5998
100+
- firstInstall: 7195
101+
repeatInstall: 5231
102+
withWarmCacheAndLockfile: 5356
103+
withWarmCache: 7368
104+
withLockfile: 5363
105+
withWarmCacheAndModules: 7135
106+
withWarmModulesAndLockfile: 5214
107+
withWarmModules: 7116
108+
updatedDependencies: 5770

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,30 @@
7979
withWarmModulesAndLockfile: 0
8080
withWarmModules: 0
8181
updatedDependencies: 3160
82+
- firstInstall: 3649
83+
repeatInstall: 0
84+
withWarmCacheAndLockfile: 1360
85+
withWarmCache: 3004
86+
withLockfile: 1374
87+
withWarmCacheAndModules: 0
88+
withWarmModulesAndLockfile: 0
89+
withWarmModules: 0
90+
updatedDependencies: 3131
91+
- firstInstall: 3671
92+
repeatInstall: 0
93+
withWarmCacheAndLockfile: 1361
94+
withWarmCache: 3047
95+
withLockfile: 1364
96+
withWarmCacheAndModules: 0
97+
withWarmModulesAndLockfile: 0
98+
withWarmModules: 0
99+
updatedDependencies: 3114
100+
- firstInstall: 3639
101+
repeatInstall: 0
102+
withWarmCacheAndLockfile: 1358
103+
withWarmCache: 3069
104+
withLockfile: 1372
105+
withWarmCacheAndModules: 0
106+
withWarmModulesAndLockfile: 0
107+
withWarmModules: 0
108+
updatedDependencies: 3160

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**: _Aug 31, 2025, 3:04 AM_ (_daily_ updated).
3+
**Last benchmarked at**: _Sep 7, 2025, 3:01 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 | | | | 28.6s | 9.3s | 7.2s | 3.5s |
26-
| install |||| 1.3s | 749ms | 5.1s | n/a |
27-
| install ||| | 7.9s | 2.3s | 5.3s | 1.3s |
28-
| install || | | 12.3s | 6.3s | 7.2s | 3s |
29-
| install | || | 10.8s | 5.5s | 5.3s | 1.3s |
25+
| install | | | | 39.3s | 9.9s | 7.1s | 3.5s |
26+
| install |||| 1.3s | 747ms | 5.1s | n/a |
27+
| 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 |
3030
| install || || 1.6s | 2.1s | 7s | n/a |
31-
| install | ||| 1.3s | 729ms | 5.2s | n/a |
32-
| install | | || 1.6s | 5.7s | 7s | n/a |
33-
| update | n/a | n/a | n/a | 6.5s | 3.4s | 5.7s | 3.1s |
31+
| install | ||| 1.3s | 740ms | 5.1s | n/a |
32+
| install | | || 1.6s | 5.9s | 7s | n/a |
33+
| 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: 46 additions & 46 deletions
Loading

0 commit comments

Comments
 (0)