enriquegh / sauce-log-parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Return absolute value of commands

enriquegh opened this issue · comments

Sometimes commands show a negative between_commands or duration.
This happens when async requests are made and a response comes back later than other request came and went.

We should grab the absolute value of commands since the "max" value should be the command that took the longest.