• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
5NAME = 'graphics_GLMark2.bvt-cq'
6AUTHOR = 'chromeos-gfx'
7PURPOSE = 'Benchmark the graphics library performance.'
8#TODO(ihf): Move this test back to bvt-cq once it works on freon.
9#SUITE = 'bvt-cq'
10TIME='MEDIUM'
11TEST_CATEGORY = 'Performance'
12TEST_CLASS = "gl"
13TEST_TYPE = 'client'
14JOB_RETRIES = 2
15# Reboot in the lab after the test ends.
16DEPENDENCIES='cleanup-reboot'
17BUG_TEMPLATE = {
18    'labels': ['Cr-OS-Kernel-Graphics'],
19}
20
21DOC = """
22glmark2 is a benchmark for OpenGL (ES) 2.0. It uses only the subset of the
23OpenGL 2.0 API that is compatible with OpenGL ES 2.0.
24
25https://launchpad.net/glmark2
26"""
27
28job.run_test('graphics_GLMark2', hasty = True)
29