Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / tools / perf / benchmarks / webrtc.py
index 2f1522e..4a92e9a 100644 (file)
@@ -1,11 +1,12 @@
 # Copyright 2014 The Chromium Authors. All rights reserved.
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
+
 from measurements import webrtc
 from telemetry import test
 
 
 class WebRTC(test.Test):
-  """Obtains WebRTC metrics for local video playback."""
+  """Obtains WebRTC metrics for a real-time video tests."""
   test = webrtc.WebRTC
-  page_set = 'page_sets/webrtc_cases.json'
+  page_set = 'page_sets/webrtc_cases.py'