Skip to content

Commit bae54ac

Browse files
chore: update benchmarks
1 parent 08b9612 commit bae54ac

File tree

6 files changed

+114
-6
lines changed

6 files changed

+114
-6
lines changed

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,30 @@
3434
withWarmModulesAndLockfile: 1370
3535
withWarmModules: 1648
3636
updatedDependencies: 7584
37+
- firstInstall: 37844
38+
repeatInstall: 1465
39+
withWarmCacheAndLockfile: 8428
40+
withWarmCache: 12827
41+
withLockfile: 11434
42+
withWarmCacheAndModules: 1717
43+
withWarmModulesAndLockfile: 1417
44+
withWarmModules: 1775
45+
updatedDependencies: 7493
46+
- firstInstall: 32427
47+
repeatInstall: 1417
48+
withWarmCacheAndLockfile: 8379
49+
withWarmCache: 12765
50+
withLockfile: 11422
51+
withWarmCacheAndModules: 1702
52+
withWarmModulesAndLockfile: 1427
53+
withWarmModules: 1711
54+
updatedDependencies: 9166
55+
- firstInstall: 33654
56+
repeatInstall: 1421
57+
withWarmCacheAndLockfile: 8323
58+
withWarmCache: 12849
59+
withLockfile: 11499
60+
withWarmCacheAndModules: 1741
61+
withWarmModulesAndLockfile: 1404
62+
withWarmModules: 1720
63+
updatedDependencies: 7541

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,30 @@
2525
withWarmModulesAndLockfile: 885
2626
withWarmModules: 5117
2727
updatedDependencies: 3754
28+
- firstInstall: 10034
29+
repeatInstall: 918
30+
withWarmCacheAndLockfile: 2619
31+
withWarmCache: 6008
32+
withLockfile: 5470
33+
withWarmCacheAndModules: 2244
34+
withWarmModulesAndLockfile: 907
35+
withWarmModules: 5722
36+
updatedDependencies: 3621
37+
- firstInstall: 9113
38+
repeatInstall: 886
39+
withWarmCacheAndLockfile: 2634
40+
withWarmCache: 6310
41+
withLockfile: 5535
42+
withWarmCacheAndModules: 2245
43+
withWarmModulesAndLockfile: 919
44+
withWarmModules: 5368
45+
updatedDependencies: 3460
46+
- firstInstall: 9199
47+
repeatInstall: 903
48+
withWarmCacheAndLockfile: 2593
49+
withWarmCache: 5974
50+
withLockfile: 5408
51+
withWarmCacheAndModules: 2241
52+
withWarmModulesAndLockfile: 939
53+
withWarmModules: 5667
54+
updatedDependencies: 3954

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,30 @@
2525
withWarmModulesAndLockfile: 5098
2626
withWarmModules: 9064
2727
updatedDependencies: 6094
28+
- firstInstall: 16552
29+
repeatInstall: 5488
30+
withWarmCacheAndLockfile: 5593
31+
withWarmCache: 10030
32+
withLockfile: 5633
33+
withWarmCacheAndModules: 9789
34+
withWarmModulesAndLockfile: 5428
35+
withWarmModules: 9736
36+
updatedDependencies: 7471
37+
- firstInstall: 9954
38+
repeatInstall: 5389
39+
withWarmCacheAndLockfile: 5500
40+
withWarmCache: 10015
41+
withLockfile: 5700
42+
withWarmCacheAndModules: 9691
43+
withWarmModulesAndLockfile: 5434
44+
withWarmModules: 9815
45+
updatedDependencies: 6493
46+
- firstInstall: 9859
47+
repeatInstall: 5364
48+
withWarmCacheAndLockfile: 5430
49+
withWarmCache: 10007
50+
withLockfile: 5602
51+
withWarmCacheAndModules: 9625
52+
withWarmModulesAndLockfile: 5369
53+
withWarmModules: 14058
54+
updatedDependencies: 6476

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,30 @@
2525
withWarmModulesAndLockfile: 0
2626
withWarmModules: 0
2727
updatedDependencies: 5127
28+
- firstInstall: 6165
29+
repeatInstall: 0
30+
withWarmCacheAndLockfile: 1420
31+
withWarmCache: 5644
32+
withLockfile: 1408
33+
withWarmCacheAndModules: 0
34+
withWarmModulesAndLockfile: 0
35+
withWarmModules: 0
36+
updatedDependencies: 5412
37+
- firstInstall: 6132
38+
repeatInstall: 0
39+
withWarmCacheAndLockfile: 1417
40+
withWarmCache: 5567
41+
withLockfile: 1408
42+
withWarmCacheAndModules: 0
43+
withWarmModulesAndLockfile: 0
44+
withWarmModules: 0
45+
updatedDependencies: 5507
46+
- firstInstall: 6085
47+
repeatInstall: 0
48+
withWarmCacheAndLockfile: 1416
49+
withWarmCache: 5482
50+
withLockfile: 1393
51+
withWarmCacheAndModules: 0
52+
withWarmModulesAndLockfile: 0
53+
withWarmModules: 0
54+
updatedDependencies: 5464

src/pages/benchmarks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Benchmarks of JavaScript Package Managers
22

3-
**Last benchmarked at**: _May 10, 2025, 12:31 AM_ (_daily_ updated).
3+
**Last benchmarked at**: _May 10, 2025, 12:44 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 | | | | 33.9s | 9.1s | 9.4s | 5.7s |
25+
| install | | | | 32.4s | 9.1s | 9.4s | 5.7s |
2626
| install |||| 1.3s | 863ms | 5s | n/a |
2727
| install ||| | 7.8s | 2.4s | 5.2s | 1.3s |
2828
| install || | | 12s | 5.8s | 9.3s | 5.2s |
2929
| install | || | 9.1s | 5.2s | 5.3s | 1.3s |
3030
| install || || 1.2s | 2s | 9.1s | n/a |
3131
| install | ||| 1.1s | 877ms | 5s | n/a |
3232
| install | | || 1.2s | 5.1s | 9s | n/a |
33-
| update | n/a | n/a | n/a | 7.5s | 3.3s | 6s | 5.1s |
33+
| update | n/a | n/a | n/a | 7.4s | 3.3s | 6s | 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: 3 additions & 3 deletions
Loading

0 commit comments

Comments
 (0)