Closed
Bug 1325603
Opened 8 years ago
Closed 8 years ago
perf_autocomplete.js appears to be a test, but isn't actually run
Categories
(Toolkit :: Form Manager, defect)
Toolkit
Form Manager
Tracking
()
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: standard8, Assigned: MattN)
References
Details
Attachments
(1 file)
Bug 446247 initially added perf_autocomplete.js, then bug 370117 added test_autocomplete.js.
They are both similar copies of each other, but do differ.
We should work out if perf_autocomplete.js should be being run or not.
MattN: As you added both of these files, any ideas?
Flags: needinfo?(MattN+bmo)
Assignee | ||
Comment 1•8 years ago
|
||
(In reply to Mark Banner (:standard8, afk, back 3rd Jan) from comment #0)
> Bug 446247 initially added perf_autocomplete.js, then bug 370117 added
> test_autocomplete.js.
>
> They are both similar copies of each other, but do differ.
>
> We should work out if perf_autocomplete.js should be being run or not.
It should not since it's only useful during development to measure the performance of satchel. It's not a pass/fail type test. I think in the meantime there was some work to do performance testing outside of talos (i.e. from the test suites) and I guess this could be reporting results to whatever aggregates them (PerfHerder?) but it's probably not worth it. In case it's not clear, it was not intended to run in automation since it would just be a waste of CPU if the people running it aren't interested in the perf numbers.
IIRC, this file is probably broken with some of the satchel refactorings. Confirmed:
> TypeError: fac.autoCompleteSearch is not a function
So I'm fine deleting it. We haven't had any complaints about form history speed since the work in 2009 as far as I can remember. We can bring the file back from VCS history if it's useful in the future.
Flags: needinfo?(MattN+bmo)
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → MattN+bmo
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8821576 [details]
Bug 1325603 - Remove broken perf_autocomplete.js local performance test.
https://reviewboard.mozilla.org/r/100810/#review101342
Attachment #8821576 -
Flags: review?(MattN+bmo) → review+
Pushed by mozilla@noorenberghe.ca:
https://hg.mozilla.org/integration/autoland/rev/f95e3018e089
Remove broken perf_autocomplete.js local performance test. r=MattN
Comment 5•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
You need to log in
before you can comment on or make changes to this bug.
Description
•