Skip to content

Commit b5508e2

Browse files
chore: update benchmarks
1 parent 6288aad commit b5508e2

File tree

4 files changed

+57
-3
lines changed

4 files changed

+57
-3
lines changed

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

+27
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,30 @@
160160
withWarmModulesAndLockfile: 2076
161161
withWarmModules: 2451
162162
updatedDependencies: 13813
163+
- firstInstall: 53264
164+
repeatInstall: 2111
165+
withWarmCacheAndLockfile: 10206
166+
withWarmCache: 14419
167+
withLockfile: 14722
168+
withWarmCacheAndModules: 2536
169+
withWarmModulesAndLockfile: 2119
170+
withWarmModules: 2479
171+
updatedDependencies: 12304
172+
- firstInstall: 51305
173+
repeatInstall: 2121
174+
withWarmCacheAndLockfile: 9255
175+
withWarmCache: 14352
176+
withLockfile: 15068
177+
withWarmCacheAndModules: 2565
178+
withWarmModulesAndLockfile: 2085
179+
withWarmModules: 2510
180+
updatedDependencies: 11611
181+
- firstInstall: 52461
182+
repeatInstall: 2128
183+
withWarmCacheAndLockfile: 9387
184+
withWarmCache: 14098
185+
withLockfile: 14899
186+
withWarmCacheAndModules: 2532
187+
withWarmModulesAndLockfile: 2127
188+
withWarmModules: 2510
189+
updatedDependencies: 9269

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

+27
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,30 @@
2525
withWarmModulesAndLockfile: 1514
2626
withWarmModules: 8889
2727
updatedDependencies: 5681
28+
- firstInstall: 13549
29+
repeatInstall: 1554
30+
withWarmCacheAndLockfile: 4822
31+
withWarmCache: 9468
32+
withLockfile: 9921
33+
withWarmCacheAndModules: 3573
34+
withWarmModulesAndLockfile: 1536
35+
withWarmModules: 8975
36+
updatedDependencies: 5793
37+
- firstInstall: 13942
38+
repeatInstall: 1535
39+
withWarmCacheAndLockfile: 4652
40+
withWarmCache: 9664
41+
withLockfile: 9737
42+
withWarmCacheAndModules: 3609
43+
withWarmModulesAndLockfile: 1549
44+
withWarmModules: 9086
45+
updatedDependencies: 5596
46+
- firstInstall: 13636
47+
repeatInstall: 1533
48+
withWarmCacheAndLockfile: 4473
49+
withWarmCache: 8743
50+
withLockfile: 9746
51+
withWarmCacheAndModules: 3638
52+
withWarmModulesAndLockfile: 1520
53+
withWarmModules: 9025
54+
updatedDependencies: 6031

src/pages/benchmarks.md

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

3-
**Last benchmarked at**: _Aug 26, 2023, 7:08 PM_ (_daily_ updated).
3+
**Last benchmarked at**: _Aug 26, 2023, 7:28 PM_ (_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

@@ -24,7 +24,7 @@ The app's `package.json` [here](https://github.com/pnpm/pnpm.io/blob/main/benchm
2424
| --- | --- | --- | --- | --- | --- | --- | --- |
2525
| install | | | | 37.7s | 12.6s | 22.1s | 20.2s |
2626
| install |||| 2s | 1.4s | 695ms | n/a |
27-
| install ||| | 8.9s | 4.5s | 8.8s | 668ms |
27+
| install ||| | 8.9s | 4.4s | 8.8s | 668ms |
2828
| install || | | 13.7s | 8.2s | 22.8s | 15.2s |
2929
| install | || | 14.2s | 9.6s | 8.9s | 670ms |
3030
| install || || 2.4s | 3.5s | 16s | n/a |

static/img/benchmarks/alotta-files.svg

+1-1
Loading

0 commit comments

Comments
 (0)