Skip to content

Commit

Permalink
Update load-test.yml, .gitignore, and 4 more files...
Browse files Browse the repository at this point in the history
  • Loading branch information
lkmeta committed Aug 11, 2024
1 parent 3c9716b commit 20d1131
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/load-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Run Load Test
run: |
locust --headless --users 100 --spawn-rate 10 --run-time 1m --host http://localhost:5000
locust -f tests/locustfile.py --headless --users 10 --spawn-rate 10 --run-time 2m --host http://localhost:5000
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ logs/

# Ignore tests for now
test.txt
tests/

# tests/

# K8s folder
k8s/
Empty file added tests/__init__.py
Empty file.
File renamed without changes.
Empty file added tests/test_main.py
Empty file.

0 comments on commit 20d1131

Please sign in to comment.