Skip to content

Resolve "load testing"

yitbarek yohannes requested to merge 28-load-testing into master

Closes #28 (closed) This load test used to check the maximum concurrent calls can be handled on the current one container per service deployment. Inside the load-test directory there are two tests:

1, load_test.py a script that takes the number of parallel calls from argument makes call to the rest-api.

2, locust load test

Merge request reports