Closed
Bug 1905897
Opened 1 year ago
Closed 1 year ago
Increase number of messages logged in DAMP bulklog tests
Categories
(DevTools :: Console, enhancement)
DevTools
Console
Tracking
(firefox129 fixed)
RESOLVED
FIXED
129 Branch
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(1 file)
As webconsole became much faster at logging messages, the tests are now becoming noisy and record more of the platform changes than devtools.
Let's try to increase the number of logged messages once again.
Assignee | ||
Comment 1•1 year ago
|
||
Use 5k as 10k makes objects/window tests too slow (>1s).
Updated•1 year ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2981b3b28cbf
[devtools] Increase number of messages logged in DAMP bulklog tests. r=devtools-reviewers,perftest-reviewers,nchevobbe,fbilt
Comment 3•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
Comment 4•1 year ago
•
|
||
Perfherder has detected a devtools performance change from push 5b8afe1090fcc1e1cb10e1ffab092f17ad0f1f9b.
Regressions:
Ratio | Test | Platform | Options | Absolute values (old vs new) |
---|---|---|---|---|
698% | damp console.log-in-loop-content-process-null | windows11-64-shippable-qr | e10s fission stylo webrender | 5.28 -> 42.11 |
638% | damp console.log-in-loop-content-process-bool | windows11-64-shippable-qr | e10s fission stylo webrender | 5.32 -> 39.31 |
563% | damp console.log-in-loop-content-process-date | windows11-64-shippable-qr | e10s fission stylo webrender | 10.49 -> 69.51 |
548% | damp console.log-in-loop-content-process-document | windows11-64-shippable-qr | e10s fission stylo webrender | 13.95 -> 90.45 |
535% | damp console.log-in-loop-content-process-null | linux1804-64-shippable-qr | e10s fission stylo webrender-sw | 14.23 -> 90.35 |
528% | damp console.log-in-loop-content-process-symbol | windows11-64-shippable-qr | e10s fission stylo webrender | 7.01 -> 44.06 |
528% | damp console.log-in-loop-content-process-undefined | macosx1015-64-shippable-qr | e10s fission stylo webrender | 11.06 -> 69.43 |
526% | damp console.log-in-loop-content-process-undefined | macosx1015-64-shippable-qr | e10s fission stylo webrender-sw | 11.14 -> 69.74 |
513% | damp console.log-in-loop-content-process-undefined | linux1804-64-shippable-qr | e10s fission stylo webrender-sw | 14.37 -> 88.01 |
510% | damp console.log-in-loop-content-process-null | linux1804-64-shippable-qr | e10s fission stylo webrender | 15.00 -> 91.54 |
... | ... | ... | ... | ... |
188% | damp console.log-in-loop-content-process-infinity | windows10-64-shippable-qr | e10s fission stylo webrender-sw | 22.66 -> 65.18 |
187% | damp console.log-in-loop-content-process-typedarray | windows11-64-shippable-qr | e10s fission stylo webrender | 26.83 -> 76.99 |
184% | damp console.log-in-loop-content-process-infinity | macosx1015-64-shippable-qr | e10s fission stylo webrender-sw | 23.79 -> 67.50 |
174% | damp console.log-in-loop-content-process-infinity | macosx1015-64-shippable-qr | e10s fission stylo webrender | 24.48 -> 67.02 |
156% | damp console.log-in-loop-content-process-nan | linux1804-64-shippable-qr | e10s fission stylo webrender-sw | 35.73 -> 91.45 |
Details of the alert can be found in the alert summary
You need to log in
before you can comment on or make changes to this bug.
Description
•