refactor: ios perfd

This commit is contained in:
debugtalk
2022-12-15 23:15:58 +08:00
parent 66f1e581c7
commit 358b7dd685
7 changed files with 77 additions and 42 deletions

View File

@@ -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)