Closed
Bug 1312737
Opened 8 years ago
Closed 8 years ago
Add DAMP stress test for Reps
Categories
(DevTools :: Shared Components, enhancement)
DevTools
Shared Components
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1358180
People
(Reporter: linclark, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
4.49 KB,
patch
|
Details | Diff | Splinter Review | |
4.31 KB,
patch
|
Details | Diff | Splinter Review |
Currently mounting reps is slow. I'm not sure how much we can do to affect this, but if we add a test we can at least see what we can do.
Reporter | ||
Comment 1•8 years ago
|
||
This test outputs a single console message with 1000 numbers.
On my machine, I get these numbers.
Old console: 105ms
New console w/ reps: 709ms
I'll give it a try with the new console, but not using reps, to see whether new console itself is causing any of that.
Reporter | ||
Comment 2•8 years ago
|
||
On my machine, new console without reps is 301, so we definitely have some optimization to do in Reps.
Reporter | ||
Comment 3•8 years ago
|
||
In case you want to run the tests yourself, here's the console without reps code, plus some temporary DAMP changes.
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•