Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)