https://github.com/webbestmaster/typescript-project
typescript project
https://github.com/webbestmaster/typescript-project
Last synced: 10 months ago
JSON representation
typescript project
- Host: GitHub
- URL: https://github.com/webbestmaster/typescript-project
- Owner: webbestmaster
- License: mit
- Created: 2020-12-07T19:01:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-06-29T15:40:31.000Z (about 1 year ago)
- Last Synced: 2025-08-02T19:44:46.352Z (11 months ago)
- Language: TypeScript
- Size: 133 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.artillery.md
- License: license
Awesome Lists containing this project
README
# Artillery
## Installation
```bash
$ npm i [-g] artillery
```
## Running
```bash
$ artillery quick --count 20 --num 10 http://localhost:4000/example
```
The `--count` parameter above specifies the total number of _virtual users_,
while `--num` indicates the number of _requests_ that should be made _per user_.
Therefore, 200 (20*10) GET requests are sent to the specified endpoint.
On successful completion of the test, a report is printed out to the console.