Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 278 Bytes

File metadata and controls

12 lines (7 loc) · 278 Bytes

Load testing

This directory contains scripts to load test Tracker using the k6 testing tool.

Testing the frontend

Invoking k6 with the following options will run our test with 5 simulated users for 10 seconds:

k6 run -u 5 -d 10s frontend.js