You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every change in the code base could potentially impact the application's performance.
We need a way to inform developers if the changes were performance slowdowns or improvements.
To accomplish this, we need a way to measures from a current audit with measures from a previous audit.
Implementation
There are different building blocks necessary to implement this feature:
Building blocks
Report comparison - a way to compare results with previous results
Selecting comparison - a way to specify that the comparison should be created
Specifying baseline - a way to specify a report to compare the new measures with
Report comparison visualization - a human-readable version of the comparison eg. MD table
Persistance option - logic to name and save the md report
Suggested solution
Report Comparison
The report would expand the reduced report by adding baseline measures.
This reduced report comparison would then be used to generate the Md table.
Motivation
Every change in the code base could potentially impact the application's performance.
We need a way to inform developers if the changes were performance slowdowns or improvements.
To accomplish this, we need a way to measures from a current audit with measures from a previous audit.
Implementation
There are different building blocks necessary to implement this feature:
Building blocks
Suggested solution
Report Comparison
The report would expand the reduced report by adding baseline measures.
This reduced report comparison would then be used to generate the Md table.
Selecting Comparison
TODO
Related question:
Specifying Baseline
TODO
Related question:
Report Comparison Visualization
The report would add the comparison number next to the current measurement
The report would be styled to make it easier to spot which measures when up or down.
Some options for this styling are:
<br />
💚 +10
🔻 -11
🟢 +10
⚪
🔴 -11
+10 ⏫
-11 ⏬
Persistance Option
TODO
Related question:
References
The text was updated successfully, but these errors were encountered: