Skip to content

Commit

Permalink
docs: Add comments
Browse files Browse the repository at this point in the history
Signed-off-by: DongYoung Kim <[email protected]>
  • Loading branch information
kwx4957 committed Jan 20, 2025
1 parent 6227cde commit 9f332c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions faults/load/locust-loadgen/engine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ spec:
- name: HOST
value: ""

# Define maximum users
- name: USERS
value: "40"

# Generate users per second
- name: SPAWN_RATE
value: "30"

Expand Down
2 changes: 2 additions & 0 deletions faults/load/locust-loadgen/fault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,11 @@ spec:
- name: HOST
value: ""

# Define maximum users
- name: USERS
value: "40"

# Generate users per second
- name: SPAWN_RATE
value: "30"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
spec:
displayName: locust Load Generator
categoryDescription: |
locust is an open-source load testing tool that makes performance testing easy and productive for engineering teams. You can easily run load testing through a single Python script. It's a modern alternative to LoadRunner, Grinder, and JMeter.
Locust is an open-source load testing tool designed to make performance testing simple, efficient, and scalable for engineering teams. With Locust, you can define user behavior and simulate traffic using a single, flexible Python script. With its distributed testing capabilities, you can efficiently simulate millions of users.
keywords:
- locust
- Load
Expand Down

0 comments on commit 9f332c5

Please sign in to comment.