blob: 515ede21bde1cfd392e15a76dacab6573ed902b3 [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "Chrome OS Project, chromeos-video@google.com"
NAME = "video_WebRtcPerf"
PURPOSE = "Monitor the performance of video decode time for WebRtc."
CRITERIA = """
The test output video decode time for WebRtc to performance dashboard.
"""
SUITE = "bvt-perbuild, video, qav"
TIME = "SHORT"
TEST_CATEGORY = "Performance"
TEST_CLASS = "video"
TEST_TYPE = "client"
DEPENDENCIES = "hw_video_acc_vp8"
BUG_TEMPLATE = {
'labels': ['OS-Chrome', 'Cr-OS-Kernel-Video'],
}
DOC = """
This test checks whether video decode time for WebRtc has regression.
"""
job.run_test('video_WebRtcPerf')