Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / tools / perf / benchmarks / webrtc.py
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4 from measurements import webrtc
5 from telemetry import test
6
7
8 class WebRTC(test.Test):
9   """Obtains WebRTC metrics for local video playback."""
10   test = webrtc.WebRTC
11   page_set = 'page_sets/webrtc_cases.json'