diff options
author | Simon Hausmann <simon.hausmann@digia.com> | 2012-09-20 16:13:48 +0200 |
---|---|---|
committer | Simon Hausmann <simon.hausmann@digia.com> | 2012-09-20 16:13:48 +0200 |
commit | 0b3dc81d9701aea106543b49bde511a5697cdd6e (patch) | |
tree | 1382a17542d8ca4d0e054b9b143021d8f471e33b /Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py | |
parent | 6dbcd09121fe266c7704a524b5cbd7f2754659c0 (diff) | |
download | qtwebkit-0b3dc81d9701aea106543b49bde511a5697cdd6e.tar.gz |
Imported WebKit commit 6dbad7b03986b50773637200cddddeeeb92745cc (http://svn.webkit.org/repository/webkit/trunk@129129)
Another update that should fix the initial build in the CI system
Diffstat (limited to 'Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py')
-rwxr-xr-x | Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py b/Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py index e01b2aedb..1ef3cf07e 100755 --- a/Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py +++ b/Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py @@ -191,11 +191,6 @@ class PerfTestsRunner(object): if not output: return self.EXIT_CODE_BAD_MERGE results_page_path = self._host.filesystem.splitext(output_json_path)[0] + '.html' - else: - # FIXME: Remove this code once webkit-perf.appspot.com supported "values". - for result in output['results'].values(): - if isinstance(result, dict) and 'values' in result: - del result['values'] self._generate_output_files(output_json_path, results_page_path, output) |