https://github.com/veena444/k6-loadtesting
https://github.com/veena444/k6-loadtesting
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/veena444/k6-loadtesting
- Owner: veena444
- Created: 2025-01-30T04:46:20.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-31T04:36:40.000Z (4 months ago)
- Last Synced: 2025-01-31T05:21:40.274Z (4 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
K6 is a reliability tesingt tool. It helps to simulate realiastic user behavior & test how the system behaves as a result.
## Basic structure of a k6 test
## 1. Default function:
This is where the test logic resides. We should export the default function in our script.## 2. Import:
To perform http transactions, we should import k6/http.## 3. Options:
It enable us to configure the execution of our tests such as defining the no. of virtual users, the test duration or setting performance thresholds.