Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taurus5650/k6_performance_test
https://github.com/taurus5650/k6_performance_test
k6 load-testing performace-testing software-testing stress-testing
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/taurus5650/k6_performance_test
- Owner: taurus5650
- Created: 2024-11-18T10:21:55.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-11-18T14:25:54.000Z (about 1 month ago)
- Last Synced: 2024-11-18T15:43:59.283Z (about 1 month ago)
- Topics: k6, load-testing, performace-testing, software-testing, stress-testing
- Language: JavaScript
- Homepage:
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# K6 API Performance Test
## Purpose
Using K6 do API Performance Testing.## K6 Mac Installation
```shell
$ brew install k6
```## K6 Test Execution
```shell
$ cd test_scirpt/featureXX
$ k6 run test_featureXX.js
```## Test Result Example
- Terminal Result
![terminal_result_counter.png](readme/terminal_result_counter.png)
- HTML Result
![html_result.png](readme/html_result.png)