Skip to content

Commit

Permalink
docs: add artillery
Browse files Browse the repository at this point in the history
  • Loading branch information
huaize2020 committed Dec 21, 2022
1 parent 6a49b98 commit 94d75b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 94d75b4

Please sign in to comment.