Skip to content

Commit e26eecf

Browse files
chore: update benchmarks
1 parent f8e4b0e commit e26eecf

File tree

4 files changed

+83
-29
lines changed

4 files changed

+83
-29
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
- firstInstall: 39276
2+
repeatInstall: 1303
3+
withWarmCacheAndLockfile: 7608
4+
withWarmCache: 12657
5+
withLockfile: 11019
6+
withWarmCacheAndModules: 1821
7+
withWarmModulesAndLockfile: 1282
8+
withWarmModules: 1847
9+
updatedDependencies: 7747
10+
- firstInstall: 37232
11+
repeatInstall: 1315
12+
withWarmCacheAndLockfile: 7760
13+
withWarmCache: 12428
14+
withLockfile: 10955
15+
withWarmCacheAndModules: 1927
16+
withWarmModulesAndLockfile: 1295
17+
withWarmModules: 1824
18+
updatedDependencies: 6937
19+
- firstInstall: 37043
20+
repeatInstall: 1328
21+
withWarmCacheAndLockfile: 7651
22+
withWarmCache: 12310
23+
withLockfile: 10988
24+
withWarmCacheAndModules: 1823
25+
withWarmModulesAndLockfile: 1299
26+
withWarmModules: 1855
27+
updatedDependencies: 8177
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
- firstInstall: 8927
2+
repeatInstall: 678
3+
withWarmCacheAndLockfile: 2152
4+
withWarmCache: 5358
5+
withLockfile: 5217
6+
withWarmCacheAndModules: 2280
7+
withWarmModulesAndLockfile: 653
8+
withWarmModules: 6810
9+
updatedDependencies: 3349
10+
- firstInstall: 8544
11+
repeatInstall: 690
12+
withWarmCacheAndLockfile: 2053
13+
withWarmCache: 5305
14+
withLockfile: 5241
15+
withWarmCacheAndModules: 2201
16+
withWarmModulesAndLockfile: 653
17+
withWarmModules: 5246
18+
updatedDependencies: 3100
19+
- firstInstall: 9456
20+
repeatInstall: 675
21+
withWarmCacheAndLockfile: 2100
22+
withWarmCache: 5295
23+
withLockfile: 5188
24+
withWarmCacheAndModules: 2139
25+
withWarmModulesAndLockfile: 646
26+
withWarmModules: 5362
27+
updatedDependencies: 3219

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**: _Feb 22, 2026, 3:31 AM_ (_daily_ updated).
3+
**Last benchmarked at**: _Mar 1, 2026, 3:35 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 | | | | 39.1s | 9.7s | 7.2s | 3.5s |
26-
| install |||| 1.3s | 747ms | 5.1s | n/a |
27-
| install ||| | 9.5s | 2.4s | 5.2s | 1.3s |
28-
| install || | | 14.2s | 6s | 7.3s | 2.9s |
29-
| install | || | 12.7s | 5.8s | 5.3s | 1.3s |
30-
| install || || 2s | 2.2s | 7s | n/a |
31-
| install | ||| 1.3s | 746ms | 5.1s | n/a |
32-
| install | | || 2s | 5.8s | 7s | n/a |
33-
| update | n/a | n/a | n/a | 7.8s | 3.2s | 5.7s | 3s |
25+
| install | | | | 37s | 8.5s | 7.2s | 3.5s |
26+
| install |||| 1.3s | 675ms | 5.1s | n/a |
27+
| install ||| | 7.6s | 2s | 5.2s | 1.3s |
28+
| install || | | 12.3s | 5.2s | 7.3s | 2.9s |
29+
| install | || | 10.9s | 5.1s | 5.3s | 1.3s |
30+
| install || || 1.8s | 2.1s | 7s | n/a |
31+
| install | ||| 1.2s | 646ms | 5.1s | n/a |
32+
| install | | || 1.8s | 5.2s | 7s | n/a |
33+
| update | n/a | n/a | n/a | 6.9s | 3.1s | 5.7s | 3s |
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)