mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
init minTime to Infinity
This commit is contained in:
parent
9827b6766a
commit
1f2aeee865
@ -67,7 +67,7 @@ limitations under the License. -->
|
||||
|
||||
function getSpanGroupData(groupspans: Span[], groupRef: StatisticsGroupRef): StatisticsSpan {
|
||||
let maxTime = 0;
|
||||
let minTime = 0;
|
||||
let minTime = Infinity;
|
||||
let sumTime = 0;
|
||||
const count = groupspans.length;
|
||||
groupspans.forEach((groupspan: Span) => {
|
||||
|
Loading…
Reference in New Issue
Block a user