Commit 6f53cf31 authored by jingbo.wang's avatar jingbo.wang

maxqps

parent 39357833
...@@ -189,6 +189,7 @@ func (sm *ServiceMap) GetMaxQps() int { ...@@ -189,6 +189,7 @@ func (sm *ServiceMap) GetMaxQps() int {
start.Add(time.Second * lang) start.Add(time.Second * lang)
} else { } else {
maxList = append(maxList, sm.getMaxQps(start, sm.endTime)) maxList = append(maxList, sm.getMaxQps(start, sm.endTime))
break
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment