Changes

Jump to: navigation, search
Configure the paths (paths.py)
*Path to cygwin bash to get output from dump() in Firefox
*By default, the Cygwin you just installed is in your '''C:\'''
 
===SYNC===
<pre>SYNC = r'c:\cygwin\bin\sync'</pre>
*Run sync between Ts runs
*By default, the Cygwin you just installed is in '''C:\'''
===BASE_PROFILE_DIR===
*Path to the base profile directory used for testing.*Check Verify that BASE_PROFILE_DIR is pointing to the '''base_profile''' directory*If you didn't alter the dir directory structure, it would be: ''<pre>BASE_PROFILE_DIR = r'C:\mozilla\testing\performance\win32\base_profile''' </pre>*IMPORTANT: Check there is content in the base_profile directory *This is the path to the base profile directory used for testing.
*(Optional) For the page load test to work, modify the '''hostperm.1''' file
**Set to allow urls with scheme:file to open in new windows
===REPORTS_DIR===
<pre>REPORTS_DIR = r'c:\C:\mozilla\testing\performance\win32\extension_perf_reports'</pre>*Path This is the path to the directory that the generated reports will go into
**Create '''extension_perf_reports''' in '''C:\mozilla\testing\performance\win32\'''
<pre>TP_URL = 'file:///c:/mozilla/testing/performance/win32/page_load_test/cycler.html'</pre>
*'''Note: Don't change the local file url to a file path'''
 
==Config file==
1
edit

Navigation menu