Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

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