Skip to content

Commit c6d2799

Browse files
chore: update benchmarks
1 parent e7d62d4 commit c6d2799

File tree

6 files changed

+127
-19
lines changed

6 files changed

+127
-19
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
- firstInstall: 35642
2+
repeatInstall: 1488
3+
withWarmCacheAndLockfile: 8171
4+
withWarmCache: 12484
5+
withLockfile: 11260
6+
withWarmCacheAndModules: 1690
7+
withWarmModulesAndLockfile: 1410
8+
withWarmModules: 1727
9+
updatedDependencies: 7173
10+
- firstInstall: 27299
11+
repeatInstall: 1394
12+
withWarmCacheAndLockfile: 8052
13+
withWarmCache: 12099
14+
withLockfile: 10747
15+
withWarmCacheAndModules: 1651
16+
withWarmModulesAndLockfile: 1360
17+
withWarmModules: 1667
18+
updatedDependencies: 6749
19+
- firstInstall: 28499
20+
repeatInstall: 1395
21+
withWarmCacheAndLockfile: 7966
22+
withWarmCache: 11972
23+
withLockfile: 10800
24+
withWarmCacheAndModules: 1653
25+
withWarmModulesAndLockfile: 1342
26+
withWarmModules: 1697
27+
updatedDependencies: 6296
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
- firstInstall: 8598
2+
repeatInstall: 885
3+
withWarmCacheAndLockfile: 2529
4+
withWarmCache: 5482
5+
withLockfile: 5055
6+
withWarmCacheAndModules: 2206
7+
withWarmModulesAndLockfile: 877
8+
withWarmModules: 5300
9+
updatedDependencies: 3251
10+
- firstInstall: 8183
11+
repeatInstall: 868
12+
withWarmCacheAndLockfile: 2486
13+
withWarmCache: 5523
14+
withLockfile: 5298
15+
withWarmCacheAndModules: 2147
16+
withWarmModulesAndLockfile: 856
17+
withWarmModules: 4940
18+
updatedDependencies: 3510
19+
- firstInstall: 8418
20+
repeatInstall: 900
21+
withWarmCacheAndLockfile: 2412
22+
withWarmCache: 5636
23+
withLockfile: 5014
24+
withWarmCacheAndModules: 2168
25+
withWarmModulesAndLockfile: 910
26+
withWarmModules: 5082
27+
updatedDependencies: 3263

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,30 @@
5252
withWarmModulesAndLockfile: 5074
5353
withWarmModules: 9433
5454
updatedDependencies: 6195
55+
- firstInstall: 16384
56+
repeatInstall: 5036
57+
withWarmCacheAndLockfile: 5149
58+
withWarmCache: 9485
59+
withLockfile: 5275
60+
withWarmCacheAndModules: 9227
61+
withWarmModulesAndLockfile: 5064
62+
withWarmModules: 9346
63+
updatedDependencies: 7071
64+
- firstInstall: 9388
65+
repeatInstall: 5065
66+
withWarmCacheAndLockfile: 5134
67+
withWarmCache: 9493
68+
withLockfile: 5311
69+
withWarmCacheAndModules: 9124
70+
withWarmModulesAndLockfile: 5037
71+
withWarmModules: 9253
72+
updatedDependencies: 6239
73+
- firstInstall: 9167
74+
repeatInstall: 5020
75+
withWarmCacheAndLockfile: 5181
76+
withWarmCache: 9479
77+
withLockfile: 5170
78+
withWarmCacheAndModules: 9266
79+
withWarmModulesAndLockfile: 5016
80+
withWarmModules: 9382
81+
updatedDependencies: 6141

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,30 @@
5252
withWarmModulesAndLockfile: 0
5353
withWarmModules: 0
5454
updatedDependencies: 5356
55+
- firstInstall: 5819
56+
repeatInstall: 0
57+
withWarmCacheAndLockfile: 1346
58+
withWarmCache: 5311
59+
withLockfile: 1351
60+
withWarmCacheAndModules: 0
61+
withWarmModulesAndLockfile: 0
62+
withWarmModules: 0
63+
updatedDependencies: 5398
64+
- firstInstall: 5922
65+
repeatInstall: 0
66+
withWarmCacheAndLockfile: 1381
67+
withWarmCache: 5379
68+
withLockfile: 1343
69+
withWarmCacheAndModules: 0
70+
withWarmModulesAndLockfile: 0
71+
withWarmModules: 0
72+
updatedDependencies: 5249
73+
- firstInstall: 5778
74+
repeatInstall: 0
75+
withWarmCacheAndLockfile: 1338
76+
withWarmCache: 5337
77+
withLockfile: 1368
78+
withWarmCacheAndModules: 0
79+
withWarmModulesAndLockfile: 0
80+
withWarmModules: 0
81+
updatedDependencies: 5193

src/pages/benchmarks.md

Lines changed: 7 additions & 7 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 3, 2025, 9:43 AM_ (_daily_ updated).
3+
**Last benchmarked at**: _Mar 9, 2025, 2:48 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.8s | 8s | 9.3s | 5.7s |
26-
| install |||| 1.4s | 867ms | 5s | n/a |
25+
| install | | | | 27.2s | 8.1s | 9.1s | 5.7s |
26+
| install |||| 1.3s | 868ms | 5s | n/a |
2727
| install ||| | 7.9s | 2.4s | 5.1s | 1.3s |
28-
| install || | | 12s | 5.5s | 9.3s | 5.3s |
29-
| install | || | 10.6s | 5s | 5.1s | 1.3s |
28+
| install || | | 11.9s | 5.4s | 9.3s | 5.3s |
29+
| install | || | 10.7s | 5s | 5.1s | 1.3s |
3030
| install || || 1.6s | 2.1s | 9.1s | n/a |
31-
| install | ||| 1.3s | 850ms | 4.9s | n/a |
31+
| install | ||| 1.3s | 856ms | 4.9s | n/a |
3232
| install | | || 1.6s | 4.9s | 9.1s | n/a |
33-
| update | n/a | n/a | n/a | 6s | 3.3s | 6.1s | 5.1s |
33+
| update | n/a | n/a | n/a | 6.2s | 3.2s | 6.1s | 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: 12 additions & 12 deletions
Loading

0 commit comments

Comments
 (0)