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