New issue
Advanced search Search tips

Issue 668965 link

Starred by 2 users

Issue metadata

Status: Duplicate
Merged: issue 670306
Owner:
Closed: Dec 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature



Sign in to add a comment

webrtc.datachannel performance metric should trace throughput.

Project Member Reported by hta@chromium.org, Nov 28 2016

Issue description

The webrtc.datachannel test:

https://chromeperf.appspot.com/report?sid=ad0063d8d8b7abc659ebda793837a94d1e5f4edeb739f58fce4bc126b3d01736

runs a datachannel for 30 seconds at full blast and checks how much CPU it uses.

The more interesting metric is how much data it manages to move in 30 seconds; this should be relatively simple to measure.

 
Components: Blink>WebRTC
Owner: hbos@chromium.org
Status: Assigned (was: Untriaged)
hbos@: can you take a look? maybe this is something that can be addressed by the new stats work.

Comment 3 by hbos@chromium.org, Dec 1 2016

Mergedinto: 670306
Status: Duplicate (was: Assigned)
This sounds like something we can track with RTCDataChannelStats.bytes_sent/received in the perf test I'm working on[1] for the new getStats API.

Merging this issue into perf test issue. This would fix it for the future getStats, but it would not fix it for the current perf test that you referenced in the bug description. Feel free to re-open if you want that too.

[1] https://codereview.chromium.org/2545553003/

Sign in to add a comment