Closed
Bug 1149642
Opened 10 years ago
Closed 10 years ago
Perfherder should store one year's worth of data for each series
Categories
(Tree Management :: Perfherder, defect)
Tree Management
Perfherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wlach, Assigned: wlach)
Details
Attachments
(2 files)
For doing historical analysis, we want at least 365 days worth of series data (I don't think we need to keep the raw performance artifacts around). I think the current perfherder model should scale to this amount -- for the 163.com tp5 set e.g. 90 days is in the range of 22k worth of JSON, so one year's worth shouldn't be too much worse. We can always gzip the information to reduce the disk consumption if that's an issue.
| Assignee | ||
Updated•10 years ago
|
Summary: Perfherder should store a longer duration of data → Perfherder should store one year's worth of data for each series
| Assignee | ||
Comment 1•10 years ago
|
||
This adds the mechanism to store *new* data in a one year series. To get off to a running start, we'll want to copy the currently-stored data for the 90-day interval *before* applying this. I wrote up a small python script to do this, will attach that to this bug.
Assignee: nobody → wlachance
Attachment #8623290 -
Flags: review?(jmaher)
| Assignee | ||
Updated•10 years ago
|
OS: Mac OS X → Unspecified
Hardware: x86 → Unspecified
| Assignee | ||
Comment 2•10 years ago
|
||
This script should be run as follows from the virtual environment before merging and deploying the pull request:
python /path/to/copy-performance-series.py 7776000 31536000
Updated•10 years ago
|
Attachment #8623290 -
Flags: review?(jmaher) → review+
Comment 3•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/7763eeae185264f5312d53707d9eb90368f1cae0
Bug 1149642 - Store one year's worth of performance data
| Assignee | ||
Comment 4•10 years ago
|
||
Merged and deployed. Will take a while to accumulate this much data, ofc!
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•