Bug 135813 - Report run id's in api/runs.php for the new dashboard UI
Summary: Report run id's in api/runs.php for the new dashboard UI
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Website (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-11 14:10 PDT by Ryosuke Niwa
Modified: 2014-08-11 14:23 PDT (History)
2 users (show)

See Also:


Attachments
Adds the run id (1.90 KB, patch)
2014-08-11 14:13 PDT, 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 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.