Bug 135813

Summary: Report run id's in api/runs.php for the new dashboard UI
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: WebKit WebsiteAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, kling
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Adds the run id kling: review+

Description Ryosuke Niwa 2014-08-11 14:10:30 PDT
In order to have a better dashboard UI, we need to have an id for each run reported by public/api/runs.php.
Comment 1 Ryosuke Niwa 2014-08-11 14:13:45 PDT
Created attachment 236399 [details]
Adds the run id
Comment 2 Andreas Kling 2014-08-11 14:15:53 PDT
Comment on attachment 236399 [details]
Adds the run id

r=me
Comment 3 Ryosuke Niwa 2014-08-11 14:16:41 PDT
Committed r172411: <http://trac.webkit.org/changeset/172411>
Comment 4 Ryosuke Niwa 2014-08-11 14:23:15 PDT
Note that removing "order by" reduces the query time for ML PLT from 160ms to 130ms.