Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Performance improvement page


Sorry for the duplicate post... I forgot to include a subject in my previous post.

I've added a performance improvement page that shows you all the performance items planned by a component. Here's the URL:

http://www.eclipse.org/webtools/development/milestone_plans/reports/performance.html

This page is automatically generated by pulling items from the milestone plans. To mark a milestone item show up as a performance item, simply put it inside the "Performance" category. For example:

<category name="Performance">
        <item priority="medium">
                <description>
                        Improve performance of startup.
                </description>
                <detail>
                        Some details.
                </detail>
                <verification>
                        <ul>
                                <li>Startup improve by 5%</li>
                                <li>Use background jobs</li>
                        </ul>
                </verification>
        </item>
</category>

Thanks,

Jeffrey Liu
IBM Rational Software - Performance Analyst
IBM Toronto Lab.
8200 Warden Ave. Markham, Ontario, L6G 1C7
Internal mail: D3/R8V/8200/MKM (D3-268)
T/L: 969 3531
Tel: (905) 413 3531
Fax: (905) 413 4920
jeffliu@xxxxxxxxxx

Back to the top