1 AUTHOR = "Chrome OS Team" 2 NAME = "power_WebGL" 3 PURPOSE = "Measure WebGL power usage." 4 CRITERIA = "This test is a benchmark." 5 TIME = "SHORT" 6 TEST_CATEGORY = "Benchmark" 7 TEST_CLASS = "power" 8 TEST_TYPE = "client" 9 ATTRIBUTES = "suite:power_sanity, suite:power_daily" 10 11 DOC = """ 12 This test records power related statistics while open WebGL heavy page. 13 """ 14 15 args_dict = utils.args_to_dict(args) 16 pdash_note = args_dict.get('pdash_note', '') 17 job.run_test('power_WebGL', pdash_note=pdash_note) 18