- Daniel Serafim, ist189428, dserafim1999
- Tomás Inácio, ist189553, tomas1999set
The list of pull requests associated with this feature is:
Each subgroup member defined one reading test and one writing test. The direct links to these are:
Each subgroup member defined one reading test and one writing test. The direct links to these are:
We used the Async Profiler.
We concluded that searching for users and questions in the database took up most of the time when performing the tests, and therefore we thought best not to optimize our service.
- Daniel Matos, ist189429, DMaxter
- João Paquete, ist189477, jpaquete14
The list of pull requests associated with this feature is:
Each subgroup member defined one reading test and one writing test. The direct links to these are:
Each subgroup member defined one reading test and one writing test. The direct links to these are:
We used the Async Profiler.
By the analysis of the graphs of each test, we concluded that most of the time wasted in the tests was searching JPA for Questions and Users which is something that we can't optimize.
- João Dinis, ist189485, JDinis99
- Tiago Fonseca, ist189542, TiagoFonseca99
The list of pull requests associated with this feature is:
Each subgroup member defined one reading test and one writing test. The direct links to these are:
Each subgroup member defined one reading test and one writing test. The direct links to these are:
We used the Async Profiler.
We decided to otimize the tournament class, allowing us to store the courseExecution of the tournament topics. Therefore we are avoiding unecessary searches everytime we need the courseExecution. Issue: #99