Bug 110746

Summary: run-perf-tests reports wrong commit time
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Tools / TestsAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: dpranke, kling, koivisto
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 77037    
Attachments:
Description Flags
Fixes the bug kling: review+

Description Ryosuke Niwa 2013-02-25 04:16:33 PST
We're running "svn info" against LayoutTests directory :(

As a result, we're seeing multiple revisions lining up at one place. e.g.
https://perf.webkit.org/#mode=charts&days=56&chartList=%5B%5B%22Mac%20Lion%22%2C%22Parser%2Fhtml5-full-render%3ATime%22%5D%5D&zoom=%5B1361723155077.3474%2C1361733454613.2454%5D
Comment 1 Ryosuke Niwa 2013-02-25 04:23:25 PST
Created attachment 190032 [details]
Fixes the bug
Comment 2 Ryosuke Niwa 2013-02-25 04:27:57 PST
Committed r143903: <http://trac.webkit.org/changeset/143903>
Comment 3 Andreas Kling 2013-02-25 06:17:42 PST
This made run-perf-tests sad on my git checkout, landed a trivial fix in <http://trac.webkit.org/changeset/143918>
Comment 4 Ryosuke Niwa 2013-02-25 11:45:37 PST
(In reply to comment #3)
> This made run-perf-tests sad on my git checkout, landed a trivial fix in <http://trac.webkit.org/changeset/143918>

Oops. Thanks for the fix.