Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

feat ✨: (cli) Add snpm run <script> #26

Merged
merged 1 commit into from
Sep 9, 2022
Merged

feat ✨: (cli) Add snpm run <script> #26

merged 1 commit into from
Sep 9, 2022

Conversation

nachoaldamav
Copy link
Owner

close #15

@github-actions
Copy link

github-actions bot commented Sep 9, 2022

Benchmark results:

  • OS: ubuntu-latest
  • Node.js: 18
  • Commit: 34804e3
  • Pull request title: feat ✨: (cli) Add snpm run <script>
Name Time Group
PNPM install (with cache) 1.75 seconds 3
SNPM install (with cache) 1.76 seconds 3
NPM install (with cache / with lockfile) 2.63 seconds 3
YARN install (with cache) 2.79 seconds 3
NPM install (with cache / no lockfile) 3.68 seconds 2
YARN install (with cache, no lock) 3.69 seconds 2
NPM install (no cache / no lockfile) 6.84 seconds 1
PNPM install (no cache) 9.01 seconds 1
SNPM install (no cache) 9.81 seconds 1
YARN install (no cache, no lockfile) 11.06 seconds 1

@github-actions
Copy link

github-actions bot commented Sep 9, 2022

Benchmark results:

  • OS: windows-latest
  • Node.js: 18
  • Commit: 34804e3
  • Pull request title: feat ✨: (cli) Add snpm run <script>
Name Time Group
SNPM install (with cache) 1.25 seconds 3
SNPM install (no cache) 1.96 seconds 1
YARN install (with cache) 2.57 seconds 3
PNPM install (with cache) 2.86 seconds 3
NPM install (with cache / with lockfile) 5.49 seconds 3
YARN install (with cache, no lock) 5.59 seconds 2
NPM install (with cache / no lockfile) 6.90 seconds 2
NPM install (no cache / no lockfile) 10.42 seconds 1
PNPM install (no cache) 10.62 seconds 1
YARN install (no cache, no lockfile) 14.10 seconds 1

@github-actions
Copy link

github-actions bot commented Sep 9, 2022

Benchmark results:

  • OS: macos-latest
  • Node.js: 18
  • Commit: 34804e3
  • Pull request title: feat ✨: (cli) Add snpm run <script>
Name Time Group
YARN install (with cache) 3.90 seconds 3
SNPM install (with cache) 4.20 seconds 3
NPM install (with cache / with lockfile) 4.25 seconds 3
NPM install (with cache / no lockfile) 4.91 seconds 2
PNPM install (with cache) 5.78 seconds 3
YARN install (with cache, no lock) 6.03 seconds 2
NPM install (no cache / no lockfile) 9.93 seconds 1
YARN install (no cache, no lockfile) 21.00 seconds 1
SNPM install (no cache) 30.35 seconds 1
PNPM install (no cache) 2.13 minutes 1

@nachoaldamav nachoaldamav merged commit 82fa537 into main Sep 9, 2022
@nachoaldamav nachoaldamav deleted the v0.3.3 branch October 14, 2022 17:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run scripts command
1 participant