BaseMark

From FEX-Emu Wiki
Jump to navigation Jump to search

Prerequisites

Basemark GPU has a hard requirement on openssl 1.1. This is no longer provided in Ubuntu packages. The user will need to build an x86-64 version of this and install it in to the rootfs themselves.

  • Instructions on how to build this

Installing BaseMark GPU

Running BaseMark GPU

  • Running the OpenGL benchmark
 cd basemarkgpu-1.2.3/resources
 MESA_GL_VERSION_OVERRIDE=4.6 ./binaries/BasemarkGPU_gl TestType Custom AssetPath assets/pkg TextureCompression bc7 ReportPath rrr BenchmarkMode true SkipZPrepass false
  • Running the Vulkan benchmark
 cd basemarkgpu-1.2.3/resources
 ./binaries/BasemarkGPU_vk TestType Custom AssetPath assets/pkg TextureCompression bc7 ReportPath rrr BenchmarkMode true SkipZPrepass false