diff --git a/docs/images/12-loadtest.png b/docs/images/12-loadtest.png index b6119a2e..9a1d4c4f 100644 Binary files a/docs/images/12-loadtest.png and b/docs/images/12-loadtest.png differ diff --git a/docs/src/12_testing.adoc b/docs/src/12_testing.adoc index b3a9e977..e7fe1a66 100644 --- a/docs/src/12_testing.adoc +++ b/docs/src/12_testing.adoc @@ -9,4 +9,6 @@ We used Gatling to perform load testing on the application. It consisted of simu image::12-loadtest.png[] -As we can see in Gatling's report, the application was able to handle a load of 70868 requests without any problems. In particular, 81% of the requests were successful in less than 800 milliseconds, 6% in more than 1200 milliseconds and 13% were unsuccessful. \ No newline at end of file +As we can see in Gatling's report, the application was able to handle a load of 70868 requests. In particular, 81% of the requests were successful in less than 800 milliseconds, 6% in more than 1200 milliseconds and 13% were unsuccessful. + +This shows that the application is able to handle a large number of requests in a short period of time, with a high success rate. We can also be sure that the application is able to handle a large number of users accessing it at the same time in production. \ No newline at end of file