Skip to content

Commit

Permalink
chore: update benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 26, 2023
1 parent 27eeed6 commit 6288aad
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 16 deletions.
27 changes: 27 additions & 0 deletions benchmarks/results/npm/9.8.1/alotta-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,30 @@
withWarmModulesAndLockfile: 2040
withWarmModules: 2431
updatedDependencies: 10937
- firstInstall: 49756
repeatInstall: 2098
withWarmCacheAndLockfile: 10251
withWarmCache: 14053
withLockfile: 14694
withWarmCacheAndModules: 2467
withWarmModulesAndLockfile: 2054
withWarmModules: 2483
updatedDependencies: 14156
- firstInstall: 43267
repeatInstall: 2105
withWarmCacheAndLockfile: 9256
withWarmCache: 14018
withLockfile: 14616
withWarmCacheAndModules: 2456
withWarmModulesAndLockfile: 2187
withWarmModules: 2571
updatedDependencies: 10696
- firstInstall: 51259
repeatInstall: 2110
withWarmCacheAndLockfile: 9182
withWarmCache: 13866
withLockfile: 14560
withWarmCacheAndModules: 2478
withWarmModulesAndLockfile: 2076
withWarmModules: 2451
updatedDependencies: 13813
27 changes: 27 additions & 0 deletions benchmarks/results/pnpm/8.7.0/alotta-files.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
- firstInstall: 12611
repeatInstall: 1570
withWarmCacheAndLockfile: 4600
withWarmCache: 8226
withLockfile: 9689
withWarmCacheAndModules: 3546
withWarmModulesAndLockfile: 1550
withWarmModules: 8418
updatedDependencies: 6156
- firstInstall: 12831
repeatInstall: 1577
withWarmCacheAndLockfile: 4610
withWarmCache: 8504
withLockfile: 9954
withWarmCacheAndModules: 3531
withWarmModulesAndLockfile: 1526
withWarmModules: 8949
updatedDependencies: 5436
- firstInstall: 12808
repeatInstall: 1486
withWarmCacheAndLockfile: 4543
withWarmCache: 9041
withLockfile: 9698
withWarmCacheAndModules: 3514
withWarmModulesAndLockfile: 1514
withWarmModules: 8889
updatedDependencies: 5681
16 changes: 8 additions & 8 deletions src/pages/benchmarks.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Benchmarks of JavaScript Package Managers

**Last benchmarked at**: _Aug 20, 2023, 2:43 AM_ (_daily_ updated).
**Last benchmarked at**: _Aug 26, 2023, 7:08 PM_ (_daily_ updated).

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).

Expand All @@ -22,14 +22,14 @@ The app's `package.json` [here](https://github.com/pnpm/pnpm.io/blob/main/benchm

| action | cache | lockfile | node_modules| npm | pnpm | Yarn | Yarn PnP |
| --- | --- | --- | --- | --- | --- | --- | --- |
| install | | | | 37.7s | 17.1s | 22.1s | 20.2s |
| install |||| 2s | 1.5s | 695ms | n/a |
| install ||| | 8.9s | 4.4s | 8.8s | 668ms |
| install || | | 13.7s | 8.6s | 22.8s | 15.2s |
| install | || | 14.2s | 14.1s | 8.9s | 670ms |
| install | | | | 37.7s | 12.6s | 22.1s | 20.2s |
| install |||| 2s | 1.4s | 695ms | n/a |
| install ||| | 8.9s | 4.5s | 8.8s | 668ms |
| install || | | 13.7s | 8.2s | 22.8s | 15.2s |
| install | || | 14.2s | 9.6s | 8.9s | 670ms |
| install || || 2.4s | 3.5s | 16s | n/a |
| install | ||| 2s | 1.5s | 681ms | n/a |
| install | | || 2.3s | 13.3s | 16.6s | n/a |
| update | n/a | n/a | n/a | 8.7s | 6.8s | 8.7s | 16.9s |
| install | | || 2.3s | 8.4s | 16.6s | n/a |
| update | n/a | n/a | n/a | 8.7s | 5.4s | 8.7s | 16.9s |

<img alt="Graph of the alotta-files results" src="/img/benchmarks/alotta-files.svg" />
16 changes: 8 additions & 8 deletions static/img/benchmarks/alotta-files.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6288aad

Please sign in to comment.