Bug 159951 - Perf dashboard always re-generate measurement set JSON
Summary: Perf dashboard always re-generate measurement set JSON
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Perf Dashboard (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-19 14:14 PDT by Ryosuke Niwa
Modified: 2016-07-20 20:26 PDT (History)
2 users (show)

See Also:


Attachments
Fixes the bug (10.81 KB, patch)
2016-07-19 14:24 PDT, Ryosuke Niwa
cdumez: 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 2016-07-19 14:14:23 PDT
https://trac.webkit.org/changeset/203030 regressed the feature to avoid re-generating JSON files
when the cached JSON files contain up-to-date results.
Comment 1 Ryosuke Niwa 2016-07-19 14:23:32 PDT
This bug has been monkey-patched in the production server.
Comment 2 Ryosuke Niwa 2016-07-19 14:24:43 PDT
Created attachment 284055 [details]
Fixes the bug
Comment 3 Chris Dumez 2016-07-20 20:22:32 PDT
Comment on attachment 284055 [details]
Fixes the bug

rs=me
Comment 4 Ryosuke Niwa 2016-07-20 20:26:55 PDT
Committed r203486: <http://trac.webkit.org/changeset/203486>