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 Apr 2, 2024
1 parent 89039df commit 36dedbe
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 15 deletions.
27 changes: 27 additions & 0 deletions benchmarks/results/pnpm/9.0.0-beta.2/alotta-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,30 @@
withWarmModulesAndLockfile: 1148
withWarmModules: 6177
updatedDependencies: 3706
- firstInstall: 9730
repeatInstall: 1081
withWarmCacheAndLockfile: 2690
withWarmCache: 6142
withLockfile: 5389
withWarmCacheAndModules: 2345
withWarmModulesAndLockfile: 1090
withWarmModules: 5774
updatedDependencies: 3602
- firstInstall: 7962
repeatInstall: 1069
withWarmCacheAndLockfile: 2694
withWarmCache: 5926
withLockfile: 5427
withWarmCacheAndModules: 2369
withWarmModulesAndLockfile: 1105
withWarmModules: 5333
updatedDependencies: 3599
- firstInstall: 7945
repeatInstall: 1065
withWarmCacheAndLockfile: 2649
withWarmCache: 5782
withLockfile: 5498
withWarmCacheAndModules: 2401
withWarmModulesAndLockfile: 1123
withWarmModules: 5393
updatedDependencies: 3832
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**: _Apr 2, 2024, 9:18 AM_ (_daily_ updated).
**Last benchmarked at**: _Apr 2, 2024, 9:43 AM_ (_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 | | | | 35.8s | 9.7s | 7.3s | 3.6s |
| install | | | | 35.8s | 7.9s | 7.3s | 3.6s |
| install |||| 1.5s | 1s | 5.2s | n/a |
| install ||| | 8.1s | 2.7s | 5.4s | 1.4s |
| install || | | 13.1s | 6.3s | 7.3s | 3s |
| install | || | 16.4s | 6s | 5.4s | 1.4s |
| install ||| | 8.1s | 2.6s | 5.4s | 1.4s |
| install || | | 13.1s | 5.7s | 7.3s | 3s |
| install | || | 16.4s | 5.3s | 5.4s | 1.4s |
| install || || 1.7s | 2.3s | 6.9s | n/a |
| install | ||| 1.5s | 1.1s | 5.2s | n/a |
| install | | || 1.7s | 6.1s | 6.9s | n/a |
| update | n/a | n/a | n/a | 7s | 3.6s | 5.8s | 3s |
| install | ||| 1.5s | 1s | 5.2s | n/a |
| install | | || 1.7s | 5.3s | 6.9s | n/a |
| update | n/a | n/a | n/a | 7s | 3.5s | 5.8s | 3s |

<img alt="Graph of the alotta-files results" src="/img/benchmarks/alotta-files.svg" />
14 changes: 7 additions & 7 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 36dedbe

Please sign in to comment.