Bug 110746 - run-perf-tests reports wrong commit time
Summary: run-perf-tests reports wrong commit time
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks: 77037
  Show dependency treegraph
 
Reported: 2013-02-25 04:16 PST by Ryosuke Niwa
Modified: 2013-02-25 11:45 PST (History)
3 users (show)

See Also:


Attachments
Fixes the bug (6.93 KB, patch)
2013-02-25 04:23 PST, Ryosuke Niwa
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.