| # Copyright 2015 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, [email protected]" |
| NAME = "video_PlaybackPerf.vp9.4k.60" |
| PURPOSE = "Test the cpu usage and dropped frame count of VP9 4K 60fps video playback" |
| CRITERIA = """ |
| The test outputs the cpu usage and dropped frame count of VP9 4K 60fps video playback. |
| """ |
| ATTRIBUTES = "suite:crosbolt_perf_perbuild" |
| TIME = "MEDIUM" |
| TEST_CATEGORY = "Performance" |
| TEST_CLASS = "video" |
| TEST_TYPE = "client" |
| DEPENDENCIES = '4k_video_vp9' |
| BUG_TEMPLATE = { |
| "labels": ["OS-Chrome", "VideoTestFailure"], |
| "cc": ["[email protected]"], |
| } |
| |
| DOC = """ |
| This test measures the CPU usage and dropped frame count of VP9 4K video |
| playback for hardware decode and software decode. |
| """ |
| |
| VIDEO_NAME = 'Shaka-Dash/2160_60_10s_600frames-2fd17338cb4d9cfd9d7299a108ca9145.vp9.webm' |
| VIDEO_DESCRIPTION = 'vp9_4k_60fps' |
| job.run_test('video_PlaybackPerf', video_name=VIDEO_NAME, |
| video_description=VIDEO_DESCRIPTION) |