mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-01 18:53:40 +00:00
fix: init minTime to Infinity (#294)
This commit is contained in:
parent
9827b6766a
commit
30a9cb1c87
@ -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