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
hi, may i know what is the output unit for gitMetrics.TaskDuration as it does not seem to be seconds or milliseconds.
i ran a puppeteer task and used this this code:
console.log(gitMetrics.Timestamp)
console.log(gitMetrics.TaskDuration)
the output was the fallowing:
87282.848162
0.052738
it did not make sense to me.
the first number is clearly in ms. but the second one does not make sense if it was in seconds because it not close to the first one. Thank you.
Regards,
The text was updated successfully, but these errors were encountered:
hi, may i know what is the output unit for gitMetrics.TaskDuration as it does not seem to be seconds or milliseconds.
i ran a puppeteer task and used this this code:
console.log(gitMetrics.Timestamp)
console.log(gitMetrics.TaskDuration)
the output was the fallowing:
87282.848162
0.052738
it did not make sense to me.
the first number is clearly in ms. but the second one does not make sense if it was in seconds because it not close to the first one. Thank you.
Regards,
The text was updated successfully, but these errors were encountered: