Changes

Jump to: navigation, search
Framework Configuration
**Set the preference to open new windows in a tab should be off.
===REPORTS_DIR===
*Path to the directory that the generated reports will go into
**Create '''extension_perf_reports''' in '''C:\mozilla\testing\performance\win32\'''
**Configure REPORT_DIR path to a directory where you want the reports to go into
*===INIT_URL===**Path to the file url to load when initializing a new profile**Check that '''initialize.html''' is in '''C:\mozilla\testing\performance\win32\'''**Note: Don't change the local file url to a file path
<pre>INIT_URL = 'file:///c:/mozilla/testing/performance/win32/initialize.html'</pre>
*===TS_URL===**The path to the file url to load for startup test (Ts)**Check that '''startup_test.html''' is in '''C:\mozilla\testing\performance\win32\startup_test'''**Note: Don't change the local file url to a file path
<pre>TS_URL = 'file:///c:/mozilla/testing/performance/win32/startup_test/startup_test.html?begin='</pre>
*===TP_URL === **The path to the file url to load for page load test (Tp) **Check that '''cycler.html''' is in '''C:\mozilla\testing\performance\win32\page_load_test'''**Note: Don't change the local file url to a file path
<pre>TP_URL = 'file:///c:/mozilla/testing/performance/win32/page_load_test/cycler.html'</pre>
1
edit

Navigation menu