From 94d75b44ca0489a55c9849c87963281bf79a7cb9 Mon Sep 17 00:00:00 2001 From: huaize2020 <560008@qq.com> Date: Wed, 21 Dec 2022 11:54:20 +0800 Subject: [PATCH] docs: add artillery --- README-en.md | 3 ++- README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README-en.md b/README-en.md index 8001d64..8f40f27 100644 --- a/README-en.md +++ b/README-en.md @@ -1168,8 +1168,9 @@ English | [简体中文](./README.md) - [node-coveralls](https://github.com/nickmerwin/node-coveralls) - Coveralls.io support for Node.js. Get the great coverage reporting of coveralls.io and add a cool coverage button (like the one above) to your README. ![](https://img.shields.io/github/stars/nickmerwin/node-coveralls.svg?style=social&label=Star) - [codecov](https://github.com/codecov/codecov-node) - Global coverage report uploader for Codecov in NodeJS. ![](https://img.shields.io/github/stars/codecov/codecov-node.svg?style=social&label=Star) -- Benchmarking +- Benchmarking/Load Testing - [autocannon](https://github.com/mcollina/autocannon) - Fast HTTP/1.1 benchmarking tool written in Node.js. ![](https://img.shields.io/github/stars/mcollina/autocannon.svg?style=social&label=Star) + - [artillery](https://github.com/artilleryio/artillery) - Cloud-scale load testing. ![](https://img.shields.io/github/stars/artilleryio/artillery.svg?style=social&label=Star) - [Benchmark.js](https://github.com/bestiejs/benchmark.js) - Benchmarking library that supports high-resolution timers and returns statistically significant results. ![](https://img.shields.io/github/stars/bestiejs/benchmark.js.svg?style=social&label=Star) - [matcha](https://github.com/logicalparadox/matcha) - Simplistic approach to benchmarking. ![](https://img.shields.io/github/stars/logicalparadox/matcha.svg?style=social&label=Star) - [benny](https://github.com/caderek/benny) - A dead simple benchmarking framework for JS/TS libs. ![](https://img.shields.io/github/stars/caderek/benny.svg?style=social&label=Star) diff --git a/README.md b/README.md index 8e6c8f6..c788105 100644 --- a/README.md +++ b/README.md @@ -1216,8 +1216,9 @@ - [node-coveralls](https://github.com/nickmerwin/node-coveralls) - 借助持续集成服务(Travis CI 或 Jenkins) 向用户报告自动测试的测试覆盖率;为 README 添加一个很酷的覆盖率按钮。 ![](https://img.shields.io/github/stars/nickmerwin/node-coveralls.svg?style=social&label=Star) - [codecov](https://github.com/codecov/codecov-node) - NodeJS 中代码覆盖率报告上载器。 ![](https://img.shields.io/github/stars/codecov/codecov-node.svg?style=social&label=Star) -- 基准测试 +- 基准/性能测试 - [autocannon](https://github.com/mcollina/autocannon) - 用Node.js编写的快速HTTP/1.1基准测试工具。 ![](https://img.shields.io/github/stars/mcollina/autocannon.svg?style=social&label=Star) + - [artillery](https://github.com/artilleryio/artillery) - 负载测试。 ![](https://img.shields.io/github/stars/artilleryio/artillery.svg?style=social&label=Star) - [Benchmark.js](https://github.com/bestiejs/benchmark.js) - 基准测试库,支持高分辨率计时器并返回具有统计意义的结果。 ![](https://img.shields.io/github/stars/bestiejs/benchmark.js.svg?style=social&label=Star) - [matcha](https://github.com/logicalparadox/matcha) - 基准测试的简化方法。 ![](https://img.shields.io/github/stars/logicalparadox/matcha.svg?style=social&label=Star) - [benny](https://github.com/caderek/benny) - 一个非常简单的 JS/TS 库基准测试框架。 ![](https://img.shields.io/github/stars/caderek/benny.svg?style=social&label=Star)