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
I found this is due to the case of comparing against an initial value of 0, where coming up with a percentage increase value is tricky. Currently the code reports +100% 🔺. I have raised a PR fix where I think the suggested resolution is an improvement See #102. Basically the reported percentage increase will be:
0% if the both the previous and current values are 0, or
+∞% 🔺 if the previous value is 0 and the current is not 0
First of all thanks for this action and the cli tool.
I am noticing a consistent
0 ms (+100% 🔺)
. Is this expected?See screen grab below
The text was updated successfully, but these errors were encountered: