Skip to content

Commit

Permalink
Añadido apartado de testing a la documentación
Browse files Browse the repository at this point in the history
  • Loading branch information
CANCI0 committed Apr 24, 2024
1 parent fc02c70 commit d22047a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
Binary file added docs/images/12-loadtest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions docs/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,11 @@ include::src/10_quality_requirements.adoc[]
include::src/11_technical_risks.adoc[]

<<<<
// 12. Glossary
include::src/12_glossary.adoc[]
// 12. Testing
include::src/12_testing.adoc[]

<<<<
// 13. Glossary
include::src/13_glossary.adoc[]


12 changes: 12 additions & 0 deletions docs/src/12_testing.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
ifndef::imagesdir[:imagesdir: ../images]

== Testing

This section details the results of the various types of tests that have been carried out with the application.

=== Load Testing
We used Gatling to perform load testing on the application. It consisted of simulating 1000 users accessing the application at the same time, each of one performing 83 requests. The results of the test are shown below:

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.
File renamed without changes.
2 changes: 0 additions & 2 deletions gatling/gatling.md

This file was deleted.

0 comments on commit d22047a

Please sign in to comment.