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: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

## My insights
Read my detailed insights on performance testing for the first time in this Medium article:
[1st Time Performance Testing: Prioritizing, Preparing, and Perfecting](https://medium.com/@shyinlim/first-time-performance-testing-prioritizing-preparing-and-perfecting-417e9d1524ae)

----
# 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)