element icon indicating copy to clipboard operation
element copied to clipboard

Change the Latency calculation formula from SUM to AVG

Open sonnguyenmau opened this issue 4 years ago • 0 comments

https://floodio.slack.com/archives/C965MFRU2/p1599553983115500

const entries = this.entriesForType(type).filter(({ request }) => request.latency > 0) return round(sum(entries.map(({ request, response }) => request.latency)))

https://tricentisflood.atlassian.net/browse/FLO-1905

sonnguyenmau avatar Oct 02 '20 03:10 sonnguyenmau