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
- Host: GitHub
- URL: https://github.com/taurus5650/k6_performance_test
- Owner: taurus5650
- Created: 2024-11-18T10:21:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-17T16:20:50.000Z (over 1 year ago)
- Last Synced: 2025-01-17T17:29:19.803Z (over 1 year 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
## 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

- HTML Result
