blob: 34bb2d0d24ce0cc91195cb782a80db3713491b3c [file] [log] [blame]
AUTHOR = "Chrome OS Team"
NAME = "power_VideoPlayback.vp9_1080_30fps"
PURPOSE = "Measure video playback power usage."
CRITERIA = "This test is a benchmark."
TIME = "SHORT"
TEST_CATEGORY = "Benchmark"
TEST_CLASS = "power"
TEST_TYPE = "client"
ATTRIBUTES = ""
DOC = """
Test video decode for vp9 1080p 30fps for 60min
"""
args_dict = utils.args_to_dict(args)
pdash_note = args_dict.get('pdash_note', '')
job.run_test('power_VideoPlayback', tag=NAME.split('.')[1],
videos=[('vp9_1080_30fps', '')], secs_per_video=3600,
pdash_note=pdash_note, seconds_period=10)