1AUTHOR = "Chrome OS Team" 2NAME = "power_WebGL.fast" 3PURPOSE = "Measure WebGL power usage." 4CRITERIA = "This test is a benchmark." 5TIME = "SHORT" 6TEST_CATEGORY = "Benchmark" 7TEST_CLASS = "power" 8TEST_TYPE = "client" 9 10DOC = """ 11This test makes sure that power_WebGL works. 12""" 13 14args_dict = utils.args_to_dict(args) 15pdash_note = args_dict.get('pdash_note', '') 16job.run_test('power_WebGL', duration=10, tag=NAME.split('.')[1], 17 pdash_note=pdash_note, seconds_period=1) 18