Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: use @cnpmjs/rapid to boost installation #133

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

gemwuu
Copy link
Member

@gemwuu gemwuu commented Jul 11, 2023

Checklist
  • npm test passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)
Description of change

@codecov
Copy link

codecov bot commented Jul 13, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (550c9af) 93.51% compared to head (0c96e90) 93.51%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #133   +/-   ##
=======================================
  Coverage   93.51%   93.51%           
=======================================
  Files         223      223           
  Lines        4659     4659           
  Branches      473      473           
=======================================
  Hits         4357     4357           
  Misses        302      302           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@killagu
Copy link
Contributor

killagu commented Jul 13, 2023

可以对比以下几种情况的性能差异:

  • rapid 安装
  • rapid 带 package-lock 安装
  • npm 安装
  • npm 带缓存安装
  • npm 带 package-lock 和缓存安装
  • node_modules 缓存

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants