Home | History | Annotate | Download | only in graphics_GLMark2
      1 # Copyright 2014 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 NAME = 'graphics_GLMark2.bvt-cq'
      6 AUTHOR = 'chromeos-gfx'
      7 PURPOSE = 'Benchmark the graphics library performance.'
      8 ATTRIBUTES = 'suite:bvt-cq'
      9 TIME='MEDIUM'
     10 TEST_CATEGORY = 'Performance'
     11 TEST_CLASS = "gl"
     12 TEST_TYPE = 'client'
     13 JOB_RETRIES = 2
     14 # Reboot in the lab after the test ends.
     15 DEPENDENCIES='cleanup-reboot'
     16 BUG_TEMPLATE = {
     17     'components': ['OS>Kernel>Graphics'],
     18 }
     19 
     20 DOC = """
     21 glmark2 is a benchmark for OpenGL (ES) 2.0. It uses only the subset of the
     22 OpenGL 2.0 API that is compatible with OpenGL ES 2.0.
     23 
     24 https://launchpad.net/glmark2
     25 """
     26 
     27 job.run_test('graphics_GLMark2', hasty = True)
     28