From 83aad1eed05c4217a1487e348c135dca11f5723f Mon Sep 17 00:00:00 2001 From: Luna <144900498+uo289321@users.noreply.github.com> Date: Wed, 1 May 2024 21:21:56 +0200 Subject: [PATCH] Update 12_testing_report.adoc Fixed typo --- docs/src/12_testing_report.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/12_testing_report.adoc b/docs/src/12_testing_report.adoc index 48d7ad7..b962940 100644 --- a/docs/src/12_testing_report.adoc +++ b/docs/src/12_testing_report.adoc @@ -31,7 +31,7 @@ we introduce an additional 401 requests distributed over 21 seconds, concluding image::gatling_test_01.PNG["First gatling test", align="center"] image::gatling_test_01_graphics.PNG["Graphics of the first gatling test", align="center"] -In the second scenario, we initiated 26060 requests, of which 18935 passed succesfully, with a response time lower than 1200 ms, and 7125 that failes, leaving it with a percentaje of failure of 27%. +In the second scenario, we initiated 26060 requests, of which 18935 passed succesfully, with a response time lower than 1200 ms, and 7125 that failed, leaving it with a percentaje of failure of 27%. image::gatling_test_02.PNG["Second gatling test", align="center"]