mirror of
				https://github.com/mozilla/gecko-dev.git
				synced 2025-11-04 10:18:41 +02:00 
			
		
		
		
	Add docs and fix a local bug that prevents the command from running. Differential Revision: https://phabricator.services.mozilla.com/D157920
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			580 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			580 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
Running a performance tool
 | 
						|
==========================
 | 
						|
 | 
						|
You can run `perftest-tools` locally.
 | 
						|
 | 
						|
Running locally
 | 
						|
---------------
 | 
						|
 | 
						|
You can run `mach perftest-tools` in a mozilla-central source
 | 
						|
checkout::
 | 
						|
 | 
						|
    $ ./mach perftest-tools side-by-side --help
 | 
						|
 | 
						|
The `mach` command will bootstrap the installation of all required dependencies for the
 | 
						|
side-by-side tool to run.
 | 
						|
 | 
						|
The following arguments are required: `-t/--test-name`, `--base-revision`, `--new-revision`,
 | 
						|
`--base-platform`
 | 
						|
 | 
						|
The `--help` argument will explain more about what arguments you need to
 | 
						|
run in order to use the tool.
 |