Power Usage Estimation - RostarSynergistics/ShinyExpenseTracker GitHub Wiki
Compared commits:
Note: The report appears to have compared the commits backwards. It is very unlikely that power usage decreased between these two commits.
The power usage between these two commits has increased significantly. This is most
likely due to the increase in the number of tests with the addition of the
AddTagToExpenseClaimActivity
. This activity uses file operations any time
the claim is saved (i.e., when the user returns from the activity), and, due
to the way the persister is set up, requires network connectivity to sync
with elastic search. Furthermore, anything that requires the controller object
often must go through many calls through many objects before a result is
returned.