mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-19 23:30:09 +08:00
refactor: ios perfd
This commit is contained in:
@@ -635,7 +635,7 @@ func (r *SessionRunner) GetSummary() (*TestCaseSummary, error) {
|
||||
}
|
||||
|
||||
// stop performance monitor
|
||||
logs["performance"] = client.GetPerfData()
|
||||
logs["performance"] = client.Device.StopPerf()
|
||||
logs["pcap"] = client.Device.StopPcap()
|
||||
|
||||
caseSummary.Logs = append(caseSummary.Logs, logs)
|
||||
|
||||
Reference in New Issue
Block a user