blob: ca08895a677e6ddfabe5d390b8163b8a47ae1e6b [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
NAME = 'graphics_GLMark2'
AUTHOR = 'chromeos-gfx'
PURPOSE = 'Benchmark the graphics library performance.'
SUITE = 'bvt, bvt_cq, graphics, qav'
TIME='MEDIUM'
TEST_CATEGORY = 'Performance'
TEST_CLASS = "gl"
TEST_TYPE = 'client'
JOB_RETRIES = 1
# Reboot in the lab after the test ends.
DEPENDENCIES='cleanup-reboot'
DOC = """
glmark2 is a benchmark for OpenGL (ES) 2.0. It uses only the subset of the
OpenGL 2.0 API that is compatible with OpenGL ES 2.0.
https://launchpad.net/glmark2
"""
job.run_test('graphics_GLMark2')