Closed
Bug 865867
Opened 12 years ago
Closed 12 years ago
Remove all perf code from core Marionette
Categories
(Remote Protocol :: Marionette, defect)
Remote Protocol
Marionette
Tracking
(firefox21 wontfix, firefox22 wontfix, firefox23 fixed, b2g18 fixed, b2g18-v1.0.0 wontfix, b2g18-v1.0.1 fixed)
RESOLVED
FIXED
mozilla23
People
(Reporter: jgriffin, Assigned: jgriffin)
Details
Attachments
(1 file)
|
25.53 KB,
patch
|
mdas
:
review+
|
Details | Diff | Splinter Review |
We have a bunch of unused perf code in Marionette that formed the basis of an early attempt at supporting performance tests.
We should remove all this; perf metrics should be generated using app-specific logic, like that in https://github.com/mozilla/b2gperf/. If we want to provide some generic perf framework in the future, we should probably create a mixin for it.
| Assignee | ||
Comment 1•12 years ago
|
||
Will run this on try.
| Assignee | ||
Comment 2•12 years ago
|
||
| Assignee | ||
Comment 3•12 years ago
|
||
Comment on attachment 742110 [details] [diff] [review]
Remove unused perf code from Marionette,
try was green
Attachment #742110 -
Flags: review?(mdas)
Comment 4•12 years ago
|
||
Comment on attachment 742110 [details] [diff] [review]
Remove unused perf code from Marionette,
Review of attachment 742110 [details] [diff] [review]:
-----------------------------------------------------------------
good riddance!
::: testing/marionette/client/setup.py
@@ +1,4 @@
> import os
> from setuptools import setup, find_packages
>
> +version = '0.5.25'
Version number has changed since this patch was uploaded
Attachment #742110 -
Flags: review?(mdas) → review+
| Assignee | ||
Comment 5•12 years ago
|
||
(In reply to Malini Das [:mdas] from comment #4)
> >
> > +version = '0.5.25'
>
> Version number has changed since this patch was uploaded
Yeah I noticed. I decided to bump the version with bug 865859 instead of here, just because I'm landing that after this and didn't feel 2 version bumps in one day was really necessary.
https://hg.mozilla.org/integration/mozilla-inbound/rev/ff7cea777341
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
Comment 8•12 years ago
|
||
status-b2g18:
--- → fixed
status-b2g18-v1.0.0:
--- → wontfix
status-b2g18-v1.0.1:
--- → wontfix
status-firefox21:
--- → wontfix
status-firefox22:
--- → wontfix
status-firefox23:
--- → fixed
Keywords: checkin-needed
| Assignee | ||
Comment 9•12 years ago
|
||
Updated•3 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•