blob: c36d864d0e19739440c95b1e39e490580680a8f6 [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"
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')