aboutsummaryrefslogtreecommitdiff
path: root/client/site_tests/power_WebGL/control
diff options
context:
space:
mode:
Diffstat (limited to 'client/site_tests/power_WebGL/control')
-rw-r--r--client/site_tests/power_WebGL/control17
1 files changed, 0 insertions, 17 deletions
diff --git a/client/site_tests/power_WebGL/control b/client/site_tests/power_WebGL/control
deleted file mode 100644
index 850acf975d..0000000000
--- a/client/site_tests/power_WebGL/control
+++ /dev/null
@@ -1,17 +0,0 @@
-AUTHOR = "Chrome OS Team"
-NAME = "power_WebGL"
-PURPOSE = "Measure WebGL power usage."
-CRITERIA = "This test is a benchmark."
-TIME = "SHORT"
-TEST_CATEGORY = "Benchmark"
-TEST_CLASS = "power"
-TEST_TYPE = "client"
-ATTRIBUTES = "suite:power_sanity, suite:power_daily, suite:power_monitoring"
-
-DOC = """
-This test records power related statistics while open WebGL heavy page.
-"""
-
-args_dict = utils.args_to_dict(args)
-pdash_note = args_dict.get('pdash_note', '')
-job.run_test('power_WebGL', pdash_note=pdash_note)