mirror of
				https://github.com/tiagovignatti/intel-gpu-tools.git
				synced 2025-11-04 03:58:27 +00:00 
			
		
		
		
	Add a README to introduce the ezbench.sh benchmark runner. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
		
			
				
	
	
		
			10 lines
		
	
	
		
			331 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			331 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
These benchmarks are designed to be used from within a benchmark framework
 | 
						|
like http://cgit.freedesktop.org/~mperes/ezbench/.
 | 
						|
 | 
						|
A typical way to run them would be:
 | 
						|
 | 
						|
$ ~/ezbench/ezbench.sh -p ./linux,git -m '' -b gem: -r 15
 | 
						|
 | 
						|
which executes the set of gem benchmarks, 15 times each, using HEAD of
 | 
						|
./linux.git as the reference commit.
 |