Bug 173801 - [performance tests] removed startup performance test due to missing IDEApplication
Summary: [performance tests] removed startup performance test due to missing IDEApplic...
Status: VERIFIED FIXED
Alias: None
Product: WTP Releng
Classification: WebTools
Component: releng (show other bugs)
Version: 3.10   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: David Williams CLA
QA Contact: David Williams CLA
URL:
Whiteboard:
Keywords: info
Depends on:
Blocks:
 
Reported: 2007-02-11 15:56 EST by David Williams CLA
Modified: 2018-06-29 15:08 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 David Williams CLA 2007-02-11 15:56:13 EST
IDEApplication, an internal class, was extended so we could have a raw "startup" performance test. 

It's been removed now (probably since they've "completely changed" some of the startup ... doing the splash screen differently, doing more on the non-Display thread). 

So ... I've just deleted this test case for now. We should look through the platforms performance tests, they should have a good we we could use (directly or indirectly) to measure startup with WTP in the mix.
Comment 1 David Williams CLA 2007-02-11 15:58:03 EST
Oh, I meant to document, in case anyone wanted to restore it from cvs, 
that this was in the 
org.eclipse.wst.common.tests.performance.internal 
package of the 
org.eclipse.wst.common.tests.performance
bundle. 
Comment 2 David Williams CLA 2007-02-11 16:00:08 EST
Oh, and also therefore had to remove this 'application' from it's plugin.xml file. 

   <extension id="wtpstartup" point="org.eclipse.core.runtime.applications">
      <application>
         <run class="org.eclipse.wst.common.tests.performance.internal.StartupTestCase">
            <parameter name="productInfo" value="product.ini"/> 
         </run>
      </application>
   </extension>
Comment 3 David Williams CLA 2008-02-23 23:19:52 EST
History