Closed
Bug 846302
Opened 12 years ago
Closed 12 years ago
have the perf test loop done in tests/performance/performance_helper.js
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(b2g18 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
b2g18 | --- | fixed |
People
(Reporter: julienw, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
text/html
|
rik
:
review+
lsblakk
:
approval-gaia-v1+
|
Details |
right now, all perf tests include a loop.
It would be perfect to have this handled by performance helper instead, but this involves dealing with generator stuff.
Also, it would be nice that the run number could be specified from an env variable.
Reporter | ||
Updated•12 years ago
|
Blocks: gaia-perf-measure
Comment 1•12 years ago
|
||
Pointer to Github pull-request
Updated•12 years ago
|
Attachment #722654 -
Flags: review?(felash)
Reporter | ||
Comment 2•12 years ago
|
||
Comment on attachment 722654 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/8530
Giving this to :rik :)
Attachment #722654 -
Flags: review?(felash) → review?(anthony)
Comment 3•12 years ago
|
||
Comment on attachment 722654 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/8530
r+ with one var scope to change.
Attachment #722654 -
Flags: review?(anthony) → review+
Comment 4•12 years ago
|
||
Comment on attachment 722654 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/8530
Sorry, removing my r+ as I noticed one method name is very confusing.
Attachment #722654 -
Flags: review+
Comment 5•12 years ago
|
||
Comment on attachment 722654 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/8530
OK, new commit up with you review comments addressed.
Attachment #722654 -
Flags: review?(anthony)
Updated•12 years ago
|
Attachment #722654 -
Flags: review?(anthony) → review+
Comment 6•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 7•12 years ago
|
||
Comment on attachment 722654 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/8530
[Approval Request Comment]
Bug caused by (feature/regressing bug #):
User impact if declined: Harder to uplift other performance testing code.
Testing completed: Datazilla build works since that commit
Risk to taking this patch (and alternatives if risky): none, not part of the build.
String or UUID changes made by this patch:
Attachment #722654 -
Flags: approval-gaia-v1?(bfrancis)
Reporter | ||
Comment 8•12 years ago
|
||
Rik, I think that you could even cherry-pick/push this yourself if you want, with "a=npotb" in the first line of the commit log.
Comment 9•12 years ago
|
||
Comment on attachment 722654 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/8530
a=nptob indeed, please go ahead with uplift.
Attachment #722654 -
Flags: approval-gaia-v1?(bfrancis) → approval-gaia-v1+
Comment 10•12 years ago
|
||
I tried to uplift but it seems dependent on bug 837673 which itself depends on bug 838527 and bug 837139.
Reporter | ||
Comment 11•12 years ago
|
||
Note: these bugs have an approval so we should be fine.
Comment 12•12 years ago
|
||
I was not able to uplift this bug to v1-train. If this bug has dependencies which are not marked in this bug, please comment on this bug. If this bug depends on patches that aren't approved for v1-train, we need to re-evaluate the approval. Otherwise, if this is just a merge conflict, you might be able to resolve it with:
git checkout v1-train
git cherry-pick -x -m1 4582a3d40740981b1c642550a6482c5568df24d5
<RESOLVE MERGE CONFLICTS>
git commit
Reporter | ||
Comment 13•12 years ago
|
||
v1-train: d0d5ef158d868c7e22df1bf2d778739e1cbe596e
status-b2g18:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•