blob: 5929a55976758a3c4ac8badcd705c5e5650bead3 [file] [log] [blame]
# Copyright (c) 2014 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.daily"
PURPOSE = "Monitor the performance of CPU usage and decode time of WebRTC."
CRITERIA = "Fails if hardware acceleration is not used."
SUITE = "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 outputs the CPU usage and decode time of WebRTC to the performance
dashboard. The purpose is to watch the regression.
"""
job.run_test("video_WebRtcPerf",
run_hardware_acceleration_only=True,
decode_time_test=True,
cpu_test=True,
power_test=False)