Home | History | Annotate | Download | only in graphics_WebGLPerformance
      1 # Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
      2 # Use of this source code is governed by a BSD-style license that can be
      3 # found in the LICENSE file.
      4 
      5 AUTHOR = 'chromeos-gfx'
      6 NAME = "graphics_WebGLPerformance"
      7 PURPOSE = "Execute the WebGL performance test suite."
      8 CRITERIA = "All suite tests must not crash/hang."
      9 ATTRIBUTES = "suite:graphics_per-day, suite:graphics, suite:graphics_browser"
     10 SUITE = "graphics_per-day, graphics, graphics_browser"
     11 TIME = "medium"
     12 TEST_CATEGORY = "Performance"
     13 TEST_CLASS = "graphics"
     14 TEST_TYPE = "client"
     15 BUG_TEMPLATE = {
     16     'labels': ['Cr-OS-Kernel-Graphics'],
     17 }
     18 
     19 DOC = """
     20 This test runs the WebGL performance tests.
     21 """
     22 
     23 job.run_test('graphics_WebGLPerformance')
     24