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