Files
tokens-reef/tests/performance/artillery/basic.yml
Developer 8b19f56ba4 fix: update E2E test API paths and payloads to match backend
- user-apikey-lifecycle: /api/v1/keys -> /api/v1/api-keys (24 occurrences)
- admin-users: balance payload uses balance+operation+notes
- admin-groups: rate-multiplier already uses correct format
2026-04-02 22:35:48 +08:00

25 lines
413 B
YAML

config:
target: "http://localhost:8080"
phases:
- duration: 10
arrivalRate: 10
name: "Warm up"
- duration: 20
arrivalRate: 30
name: "Load test"
scenarios:
- name: "Static Assets"
weight: 5
flow:
- get:
url: "/"
- get:
url: "/login"
- name: "API Health"
weight: 2
flow:
- get:
url: "/api/v1/public/settings"