Skip to content

Commit 679ded6

Browse files
chore: update benchmarks
1 parent 0fbeddb commit 679ded6

File tree

6 files changed

+123
-15
lines changed

6 files changed

+123
-15
lines changed

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

+27
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,30 @@
133133
withWarmModulesAndLockfile: 6778
134134
withWarmModules: 7069
135135
updatedDependencies: 33727
136+
- firstInstall: 61230
137+
repeatInstall: 6876
138+
withWarmCacheAndLockfile: 13331
139+
withWarmCache: 18738
140+
withLockfile: 17314
141+
withWarmCacheAndModules: 7046
142+
withWarmModulesAndLockfile: 6799
143+
withWarmModules: 7099
144+
updatedDependencies: 28192
145+
- firstInstall: 68942
146+
repeatInstall: 6837
147+
withWarmCacheAndLockfile: 13405
148+
withWarmCache: 18378
149+
withLockfile: 17314
150+
withWarmCacheAndModules: 7052
151+
withWarmModulesAndLockfile: 6763
152+
withWarmModules: 7062
153+
updatedDependencies: 33184
154+
- firstInstall: 63918
155+
repeatInstall: 6899
156+
withWarmCacheAndLockfile: 13337
157+
withWarmCache: 18535
158+
withLockfile: 17241
159+
withWarmCacheAndModules: 7110
160+
withWarmModulesAndLockfile: 6788
161+
withWarmModules: 7138
162+
updatedDependencies: 28063

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

+27
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,30 @@
2525
withWarmModulesAndLockfile: 1076
2626
withWarmModules: 6494
2727
updatedDependencies: 3909
28+
- firstInstall: 9669
29+
repeatInstall: 1045
30+
withWarmCacheAndLockfile: 2800
31+
withWarmCache: 6137
32+
withLockfile: 5601
33+
withWarmCacheAndModules: 2589
34+
withWarmModulesAndLockfile: 1063
35+
withWarmModules: 6168
36+
updatedDependencies: 3865
37+
- firstInstall: 9880
38+
repeatInstall: 1058
39+
withWarmCacheAndLockfile: 2794
40+
withWarmCache: 6243
41+
withLockfile: 5985
42+
withWarmCacheAndModules: 2580
43+
withWarmModulesAndLockfile: 1103
44+
withWarmModules: 5766
45+
updatedDependencies: 3740
46+
- firstInstall: 10024
47+
repeatInstall: 1054
48+
withWarmCacheAndLockfile: 2787
49+
withWarmCache: 6307
50+
withLockfile: 5739
51+
withWarmCacheAndModules: 2522
52+
withWarmModulesAndLockfile: 1085
53+
withWarmModules: 5635
54+
updatedDependencies: 4219

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

+27
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,30 @@
7979
withWarmModulesAndLockfile: 5367
8080
withWarmModules: 7350
8181
updatedDependencies: 6202
82+
- firstInstall: 16222
83+
repeatInstall: 5306
84+
withWarmCacheAndLockfile: 5509
85+
withWarmCache: 7311
86+
withLockfile: 5557
87+
withWarmCacheAndModules: 7314
88+
withWarmModulesAndLockfile: 5291
89+
withWarmModules: 7248
90+
updatedDependencies: 6956
91+
- firstInstall: 7392
92+
repeatInstall: 5263
93+
withWarmCacheAndLockfile: 5468
94+
withWarmCache: 7517
95+
withLockfile: 5519
96+
withWarmCacheAndModules: 7048
97+
withWarmModulesAndLockfile: 5282
98+
withWarmModules: 7066
99+
updatedDependencies: 6079
100+
- firstInstall: 7477
101+
repeatInstall: 5256
102+
withWarmCacheAndLockfile: 5505
103+
withWarmCache: 7529
104+
withLockfile: 5555
105+
withWarmCacheAndModules: 7088
106+
withWarmModulesAndLockfile: 5211
107+
withWarmModules: 7183
108+
updatedDependencies: 6183

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

+27
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,30 @@
7979
withWarmModulesAndLockfile: 0
8080
withWarmModules: 0
8181
updatedDependencies: 3261
82+
- firstInstall: 3619
83+
repeatInstall: 0
84+
withWarmCacheAndLockfile: 1388
85+
withWarmCache: 3087
86+
withLockfile: 1406
87+
withWarmCacheAndModules: 0
88+
withWarmModulesAndLockfile: 0
89+
withWarmModules: 0
90+
updatedDependencies: 3246
91+
- firstInstall: 3484
92+
repeatInstall: 0
93+
withWarmCacheAndLockfile: 1410
94+
withWarmCache: 3237
95+
withLockfile: 1396
96+
withWarmCacheAndModules: 0
97+
withWarmModulesAndLockfile: 0
98+
withWarmModules: 0
99+
updatedDependencies: 3078
100+
- firstInstall: 3710
101+
repeatInstall: 0
102+
withWarmCacheAndLockfile: 1401
103+
withWarmCache: 3243
104+
withLockfile: 1403
105+
withWarmCacheAndModules: 0
106+
withWarmModulesAndLockfile: 0
107+
withWarmModules: 0
108+
updatedDependencies: 3141

src/pages/benchmarks.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Benchmarks of JavaScript Package Managers
22

3-
**Last benchmarked at**: _Nov 3, 2024, 3:17 AM_ (_daily_ updated).
3+
**Last benchmarked at**: _Nov 10, 2024, 3:12 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 | | | | 48.3s | 10.9s | 7.1s | 3.4s |
25+
| install | | | | 48.3s | 9.6s | 7.1s | 3.4s |
2626
| install |||| 6.8s | 1s | 5.2s | n/a |
2727
| install ||| | 13.2s | 2.7s | 5.3s | 1.3s |
28-
| install || | | 18.3s | 6.6s | 7.2s | 3s |
29-
| install | || | 17.3s | 6.1s | 5.4s | 1.4s |
30-
| install || || 7s | 2.6s | 7s | n/a |
28+
| install || | | 18.3s | 6.1s | 7.2s | 3s |
29+
| install | || | 17.2s | 5.6s | 5.4s | 1.3s |
30+
| install || || 7s | 2.5s | 7s | n/a |
3131
| install | ||| 6.7s | 1s | 5.2s | n/a |
32-
| install | | || 7s | 6.4s | 7s | n/a |
32+
| install | | || 7s | 5.6s | 7s | n/a |
3333
| update | n/a | n/a | n/a | 20.9s | 3.7s | 5.8s | 3s |
3434

3535
<img alt="Graph of the alotta-files results" src="/img/benchmarks/alotta-files.svg" />

static/img/benchmarks/alotta-files.svg

+9-9
Loading

0 commit comments

Comments
 (0)