blob: 2d48745599ce157b833d973f75b0c320f9e3b977 [file] [log] [blame]
# Copyright 2018 The Chromium 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 Team, chromeos-video@google.com"
NAME = "video_JDAPerf.cpu"
PURPOSE = "Test the cpu usage of jpeg decoding"
CRITERIA = """
The test outputs the cpu usage of jpeg decoding.
"""
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 of jpeg decoding for hardware
decode and software decode.
"""
job.run_test('video_JDAPerf', capability='hw_dec_jpeg')