зеркало из https://github.com/mozilla/gecko-dev.git
bug 390845 - integrate talos with new pageloader. Missed this change with the last check in. r=bhearsum p=anodelman
This commit is contained in:
Родитель
518f9f8d16
Коммит
403d3236c9
|
@ -181,7 +181,7 @@ def send_to_graph(title, date, browser_config, results):
|
|||
except ValueError:
|
||||
print 'WARNING: value error for median in tp'
|
||||
val = 0
|
||||
tmpf.write(result_format % (val, res, tbox, i, date, browser_config['branch'], browser_config['buildid'], "discrete", page))
|
||||
tmpf.write(result_format % (val, res + '_loadtime', tbox, i, date, browser_config['branch'], browser_config['buildid'], "discrete", page))
|
||||
i += 1
|
||||
tmpf.flush()
|
||||
tmpf.close()
|
||||
|
|
Загрузка…
Ссылка в новой задаче