mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 08:42:13 +00:00
bug 386359 - increase Ts runs in Talos, patch by Alice Nodelman <anodelman@mozilla.com>, r+=me
This commit is contained in:
parent
534c14e326
commit
9c51ae460a
@ -4,8 +4,8 @@
|
||||
<RDF:Description RDF:about="chrome://browser/content/browser.xul#toolbar-menubar"
|
||||
currentset="menubar-items,spring,gwa-status-button,gwa-speedo-button,throbber-box" />
|
||||
<RDF:Description RDF:about="chrome://browser/content/browser.xul#main-window"
|
||||
width="994"
|
||||
height="1010"
|
||||
width="1024"
|
||||
height="768"
|
||||
sizemode="normal"
|
||||
screenX="0"
|
||||
screenY="0" />
|
||||
|
@ -72,7 +72,7 @@ INFO_URL = 'file:///c:/talos/getInfo.html'
|
||||
TS_URL = 'file:///c:/talos/startup_test/startup_test.html?begin='
|
||||
|
||||
"""Number of times to run startup test (Ts)"""
|
||||
TS_NUM_RUNS = 5
|
||||
TS_NUM_RUNS = 20
|
||||
|
||||
"""The path to the file url to load for page load test (Tp)"""
|
||||
TP_URL = 'http://localhost/page_load_test/framecycler.html'
|
||||
|
Loading…
Reference in New Issue
Block a user