Skip to content

Commit c094dc2

Browse files
chore: update benchmarks
1 parent 0fc7a71 commit c094dc2

File tree

6 files changed

+137
-29
lines changed

6 files changed

+137
-29
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
@@ -79,3 +79,30 @@
7979
withWarmModulesAndLockfile: 1391
8080
withWarmModules: 1649
8181
updatedDependencies: 7538
82+
- firstInstall: 35787
83+
repeatInstall: 1414
84+
withWarmCacheAndLockfile: 8370
85+
withWarmCache: 12721
86+
withLockfile: 11565
87+
withWarmCacheAndModules: 1678
88+
withWarmModulesAndLockfile: 1426
89+
withWarmModules: 1731
90+
updatedDependencies: 7179
91+
- firstInstall: 32566
92+
repeatInstall: 1469
93+
withWarmCacheAndLockfile: 8592
94+
withWarmCache: 13308
95+
withLockfile: 11728
96+
withWarmCacheAndModules: 1690
97+
withWarmModulesAndLockfile: 1388
98+
withWarmModules: 1683
99+
updatedDependencies: 7138
100+
- firstInstall: 33024
101+
repeatInstall: 1394
102+
withWarmCacheAndLockfile: 8462
103+
withWarmCache: 13305
104+
withLockfile: 11723
105+
withWarmCacheAndModules: 1657
106+
withWarmModulesAndLockfile: 1382
107+
withWarmModules: 1649
108+
updatedDependencies: 7054
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
- firstInstall: 9935
2+
repeatInstall: 773
3+
withWarmCacheAndLockfile: 2525
4+
withWarmCache: 6259
5+
withLockfile: 5569
6+
withWarmCacheAndModules: 2207
7+
withWarmModulesAndLockfile: 775
8+
withWarmModules: 5817
9+
updatedDependencies: 3469
10+
- firstInstall: 8786
11+
repeatInstall: 769
12+
withWarmCacheAndLockfile: 2486
13+
withWarmCache: 6039
14+
withLockfile: 5356
15+
withWarmCacheAndModules: 2180
16+
withWarmModulesAndLockfile: 746
17+
withWarmModules: 5472
18+
updatedDependencies: 3615
19+
- firstInstall: 8841
20+
repeatInstall: 764
21+
withWarmCacheAndLockfile: 2450
22+
withWarmCache: 6215
23+
withLockfile: 5269
24+
withWarmCacheAndModules: 2177
25+
withWarmModulesAndLockfile: 751
26+
withWarmModules: 5295
27+
updatedDependencies: 3548
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
- firstInstall: 16515
2+
repeatInstall: 5363
3+
withWarmCacheAndLockfile: 5560
4+
withWarmCache: 7743
5+
withLockfile: 5633
6+
withWarmCacheAndModules: 7521
7+
withWarmModulesAndLockfile: 5399
8+
withWarmModules: 7460
9+
updatedDependencies: 8125
10+
- firstInstall: 7514
11+
repeatInstall: 5467
12+
withWarmCacheAndLockfile: 5597
13+
withWarmCache: 7561
14+
withLockfile: 5703
15+
withWarmCacheAndModules: 7411
16+
withWarmModulesAndLockfile: 5494
17+
withWarmModules: 7364
18+
updatedDependencies: 5951
19+
- firstInstall: 7327
20+
repeatInstall: 5355
21+
withWarmCacheAndLockfile: 5460
22+
withWarmCache: 7588
23+
withLockfile: 5525
24+
withWarmCacheAndModules: 7207
25+
withWarmModulesAndLockfile: 5403
26+
withWarmModules: 7258
27+
updatedDependencies: 5890
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
- firstInstall: 3689
2+
repeatInstall: 0
3+
withWarmCacheAndLockfile: 1391
4+
withWarmCache: 3187
5+
withLockfile: 1427
6+
withWarmCacheAndModules: 0
7+
withWarmModulesAndLockfile: 0
8+
withWarmModules: 0
9+
updatedDependencies: 3270
10+
- firstInstall: 3721
11+
repeatInstall: 0
12+
withWarmCacheAndLockfile: 1386
13+
withWarmCache: 3129
14+
withLockfile: 1383
15+
withWarmCacheAndModules: 0
16+
withWarmModulesAndLockfile: 0
17+
withWarmModules: 0
18+
updatedDependencies: 3359
19+
- firstInstall: 3759
20+
repeatInstall: 0
21+
withWarmCacheAndLockfile: 1381
22+
withWarmCache: 3114
23+
withLockfile: 1389
24+
withWarmCacheAndModules: 0
25+
withWarmModulesAndLockfile: 0
26+
withWarmModules: 0
27+
updatedDependencies: 3311

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**: _Sep 14, 2025, 3:00 AM_ (_daily_ updated).
3+
**Last benchmarked at**: _Sep 21, 2025, 3:04 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 | | | | 32.9s | 8.9s | 7.1s | 3.5s |
26-
| install |||| 1.3s | 753ms | 5.1s | n/a |
27-
| install ||| | 8s | 2.4s | 5.3s | 1.3s |
28-
| install || | | 12.6s | 6.1s | 7.2s | 3s |
29-
| install | || | 11.1s | 5.3s | 5.3s | 1.3s |
30-
| install || || 1.6s | 2.1s | 7s | n/a |
31-
| install | ||| 1.3s | 728ms | 5.1s | n/a |
32-
| install | | || 1.6s | 5.3s | 7s | n/a |
33-
| update | n/a | n/a | n/a | 6.8s | 3.4s | 5.7s | 3.1s |
25+
| install | | | | 32.5s | 8.7s | 7.3s | 3.6s |
26+
| install |||| 1.3s | 764ms | 5.3s | n/a |
27+
| install ||| | 8s | 2.4s | 5.4s | 1.3s |
28+
| install || | | 12.6s | 6s | 7.5s | 3.1s |
29+
| install | || | 11.1s | 5.2s | 5.5s | 1.3s |
30+
| install || || 1.6s | 2.1s | 7.2s | n/a |
31+
| install | ||| 1.3s | 746ms | 5.3s | n/a |
32+
| install | | || 1.6s | 5.2s | 7.2s | n/a |
33+
| update | n/a | n/a | n/a | 6.8s | 3.4s | 5.8s | 3.2s |
3434

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

static/img/benchmarks/alotta-files.svg

Lines changed: 19 additions & 19 deletions
Loading

0 commit comments

Comments
 (0)