Home | History | Annotate | Download | only in video_PlaybackPerf
      1 # Copyright 2015 The Chromium OS Authors. All rights reserved.
      2 # Use of this source code is governed by a BSD-style license that can be
      3 # found in the LICENSE file.
      4 
      5 AUTHOR = "Chrome OS Project, chromeos-video (a] google.com"
      6 NAME = "video_PlaybackPerf.vp9.4k"
      7 PURPOSE = "Test the cpu usage and dropped frame count of VP9 4K video playback"
      8 CRITERIA = """
      9 The test outputs the cpu usage and dropped frame count of VP9 4K video playback.
     10 """
     11 ATTRIBUTES = "suite:crosbolt_perf_perbuild"
     12 TIME = "MEDIUM"
     13 TEST_CATEGORY = "Performance"
     14 TEST_CLASS = "video"
     15 TEST_TYPE = "client"
     16 DEPENDENCIES = '4k_video_vp9'
     17 BUG_TEMPLATE = {
     18     "labels": ["OS-Chrome", "VideoTestFailure"],
     19     "cc": ["chromeos-video-test-failures (a] google.com"],
     20 }
     21 
     22 DOC = """
     23 This test measures the CPU usage and dropped frame count of VP9 4K video
     24 playback for hardware decode and software decode.
     25 """
     26 
     27 VIDEO_NAME = 'traffic/traffic-3840x2160-cbcdda7d7143b3e9f8efbeed0c4157b5.vp9.webm'
     28 VIDEO_DESCRIPTION = 'vp9_4k'
     29 job.run_test('video_PlaybackPerf', video_name=VIDEO_NAME,
     30              video_description=VIDEO_DESCRIPTION)
     31