
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
@cloudbase/benchmark-tool
Advanced tools
### 使用方法 #### 1、配置环境 在根目录下创建`config.js`,根据`config.example.js`示例填写以下信息: - `env`:环境ID; - `appSign`:安全来源应用标识 - `appSecret`:安全来源应用凭证 - `credentials`:自定义登录私钥 - `fnInfo`:测试目标函数信息,`name`必填,`data`选填
在根目录下创建config.js,根据config.example.js示例填写以下信息:
env:环境ID;appSign:安全来源应用标识appSecret:安全来源应用凭证credentials:自定义登录私钥fnInfo:测试目标函数信息,name必填,data选填本工具使用自定义登录进行压测
npm start fn:sdk -c <count>
count:发起调用的总数。请注意,由于SDK的callFunction API在发起函数调用之前有一系列的内部前置逻辑,所以此测试结果是前置逻辑+函数调用的总和。
单独测试callFunction接口使用autocannon压测工具,运行此工具需要sudo权限:
sudo npm start fn:api -c <connects> -d <duration>
connects:并发请求数目,默认100;duration:测试时长,单位秒(s),默认5s。工作原理如下:
现版本在命令行终端打印测试信息。
FAQs
### 使用方法 #### 1、配置环境 在根目录下创建`config.js`,根据`config.example.js`示例填写以下信息: - `env`:环境ID; - `appSign`:安全来源应用标识 - `appSecret`:安全来源应用凭证 - `credentials`:自定义登录私钥 - `fnInfo`:测试目标函数信息,`name`必填,`data`选填
We found that @cloudbase/benchmark-tool demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.