Difference between revisions of "BaseMark"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
			
		
		
	
 (Created page with "== 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 an...")  | 
			
(No difference) 
 | 
Latest revision as of 07:24, 5 June 2022
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
- Download the tar.gz file from their website [Here](https://www.basemark.com/benchmarks/basemark-gpu/)
 - Extract to a folder
 
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