bug 386359 - increase Ts runs in Talos, patch by Alice Nodelman <anodelman@mozilla.com>, r+=me

This commit is contained in:
rcampbell%mozilla.com 2007-06-29 19:43:00 +00:00
Родитель 250695914b
Коммит fa0d8776e5
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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'