Bug 220559 - Regression in some open editor performance tests
Summary: Regression in some open editor performance tests
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.4 RC1   Edit
Assignee: Dani Megert CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance, test
Depends on:
Blocks:
 
Reported: 2008-02-27 09:52 EST by Frederic Fusier CLA
Modified: 2008-05-16 12:10 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frederic Fusier CLA 2008-02-27 09:52:05 EST
Verifying build I20080226-1155, it looks like some open editors tests are seriously red:
 - OpenJavaEditorTest#testOpenEditor3(): between -16.1% and -36%
 - OpenJavaEditorTest#testOpenEditor4(): between -18.1% and -39.2%
Comment 1 Dani Megert CLA 2008-05-16 12:10:58 EDT
Open Java and Text editor test regressions are caused by:

- bug 232499: Slower image painting due to fix for bug 224422 and bug 219432
- bug 232489: [Contributions] Switching editors updates TooItems updated due to
              calls to org.eclipse.ui.menus.CommandContributionItem.updateIcons()
- bug 232513: [Commands] *Authority classes taking up more time than they did in 
              3.3

I've added a degradation comment. Marking as FIXED since all I can do here has been done.