blob: becb704c1ab1c7a4f1bfb007af87c5acc536fdaf [file] [log] [blame]
# Copyright 2018 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_PlaybackPerf.vp8.1080.60fps"
PURPOSE = """
Test the cpu usage and dropped frame count of VP8 1080p 60fps video playback
"""
CRITERIA = """
The test outputs the cpu usage and dropped frame count of VP8 60fps video
playback.
"""
ATTRIBUTES = "suite:crosbolt_perf_perbuild"
TIME = "MEDIUM"
TEST_CATEGORY = "Performance"
TEST_CLASS = "video"
TEST_TYPE = "client"
BUG_TEMPLATE = {
"labels": ["OS-Chrome", "VideoTestFailure"],
"cc": ["chromeos-video-test-failures@google.com"],
}
DOC = """
This test measures the CPU usage and dropped frame count of VP8 1080p 60fps
video playback for software decode on all devices and hardware decode on those
devices with hardware acceleration support.
"""
VIDEO_NAME = 'Shaka-Dash/1080_60_10s_600frames_vp8-c190d557caaf415f762af911b41bc32b.webm'
VIDEO_DESCRIPTION = 'vp8_1080p_60fps'
job.run_test('video_PlaybackPerf', video_name=VIDEO_NAME,
video_description=VIDEO_DESCRIPTION,
capability='hw_dec_vp8_1080_60')