-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added mention of the load-tester package to the main readme.
* Added readme page to load-tester package.
- Loading branch information
Showing
3 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Load Tester | ||
|
||
Prerequisites: | ||
* Have an instance of debate-map running in your local Kubernetes cluster. | ||
* Install k6: https://grafana.com/docs/k6/latest/set-up/install-k6 | ||
|
||
Running a test: | ||
* 1\) Open terminal to the "K6Tests" folder | ||
* 2\) Run this command: `k6 run SCRIPT_FILENAME.js` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters