Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 439 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 439 Bytes

k6 loadtesting for nextcloud

K6 template repository for load and performance testing. Inspired by the amazing work done by the GitLab Team. GitLab Performance Tool

Example run:

TEST_USER_PREFIX=<PREFIX> TEST_USER_SALT=<SALT> TEST_USERS=1000 OPTIONS_FILE=config/options/300s100u.json ENVIRONMENT=<BASE_URL> k6 run ./loadtest/tests/api/file-interaction.js