1# Copyright 2018 The Chromium 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 5AUTHOR = "Chrome OS Team, chromeos-video@google.com" 6NAME = "video_JDAPerf.power" 7PURPOSE = "Test the power consumption of jpeg decoding" 8CRITERIA = """ 9The test outputs the power consumption of jpeg decoding. 10""" 11ATTRIBUTES = "suite:crosbolt_perf_perbuild" 12TIME = "MEDIUM" 13TEST_CATEGORY = "Performance" 14TEST_CLASS = "video" 15TEST_TYPE = "client" 16BUG_TEMPLATE = { 17 'labels': ['OS-Chrome', 'VideoTestFailure'], 18 'cc': ['chromeos-video-test-failures@google.com'], 19} 20 21DOC = """ 22This test measures the power consumption of 23jpeg decoding for hardware decode and software decode. 24""" 25 26 27job.run_test('video_JDAPerf', capability='hw_dec_jpeg', power_test=True) 28