From 403d3236c908009c68c4c5a05f124dac09ed02a2 Mon Sep 17 00:00:00 2001 From: "anodelman@mozilla.com" Date: Tue, 4 Sep 2007 15:57:58 -0700 Subject: [PATCH] bug 390845 - integrate talos with new pageloader. Missed this change with the last check in. r=bhearsum p=anodelman --- testing/performance/talos/run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/performance/talos/run_tests.py b/testing/performance/talos/run_tests.py index 4c5884df415c..a380ab117b9c 100755 --- a/testing/performance/talos/run_tests.py +++ b/testing/performance/talos/run_tests.py @@ -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()