glmark2

Measure the performance of OpenGL (and OpenGL ES) implementations.

What It Tests

  • GPU rendering capabilities: Evaluate GPU rendering capabilities like video, graphics and display.

Preconditions

  • Grahpics system should be ready

  • System requires root privileges

  • glmark2-es2-wayland package should be available

Test Parameters

Parameter

Default

Description

DISPLAY

":0"

Specify environment DISPLAY value

GLMARK_BIN

"glmark2"

glmark2 executable file

Test Steps

- set +e
- export DISPLAY=${DISPLAY}
- cd ./automated/linux/glmark2
- ./glmark2.sh -a ${GLMARK_BIN}

Refer to glmark2.yaml for complete test definition and execution details.

Expected Results

  • The performance data is captured

References