1AUTHOR = "Chrome OS Team" 2NAME = "power_ThermalLoad.fish_tank" 3PURPOSE = "Run thermal workload and log temperature." 4CRITERIA = "This test is a benchmark." 5TIME = "LONG" 6TEST_CATEGORY = "Benchmark" 7TEST_CLASS = "power" 8TEST_TYPE = "client" 9 10DOC = """ 11This test records power and temperature related statistics while open WebGL 12heavy page. 13""" 14 15URL = "https://webglsamples.org/aquarium/aquarium.html?numFish=1000" 16 17args_dict = utils.args_to_dict(args) 18pdash_note = args_dict.get('pdash_note', '') 19job.run_test('power_ThermalLoad', test_url=URL, tag=NAME.split('.')[1], 20 pdash_note=pdash_note) 21