Details
Details
Assignee
Unassigned
UnassignedReporter
Serhii_Nosko
Serhii_NoskoPriority
Story Points
5
Development Team
Folijet
Release
Not Scheduled
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created November 18, 2021 at 1:26 PM
Updated March 13, 2023 at 6:57 AM
During fixing OOM issue in SRS we saw that update operations processed longer, than create operation. It would be good to know which operations take how long. This will help to find places in code that need additional performance optimizations.
Regarding approach - this code to measure performance should not be in our business code, as one option we can create new annotation @Timed and aspect that will process it and write in logs method's execution time, but other options also could be considered.