Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » eclipse Performance metrics?
eclipse Performance metrics? [message #15269] Tue, 12 April 2005 15:49 Go to next message
Yu Chen is currently offline Yu ChenFriend
Messages: 28
Registered: July 2009
Junior Member
Hello,

Our team would like to test an eclipse-based workshop/IDE, is there any
profiling and performance tuning work has been done based on the generic
eclipse platform, any metrics publicly available we can share and used as a
baseline for our performance testing?


Thanks in advance.
Yu
Re: eclipse Performance metrics? [message #15335 is a reply to message #15269] Tue, 12 April 2005 20:01 Go to previous messageGo to next message
Marius Slavescu is currently offline Marius SlavescuFriend
Messages: 67
Registered: July 2009
Member
Hi Yu,

I don't know of any public profiling metrics for Eclipse workbench generated
using our profiler, although there are performance reports and ways to
gather performance information for the Eclipse workbench.

Take a look at these links:
http://dev.eclipse.org/mhonarc/lists/eclipse-dev/msg06922.ht ml
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-core-home/documents/3.1/perf_stats.html

also if you look at any recent Eclipse build you can see the performance
reports, here is how to get the results for 3.1 M6:

http://www.eclipse.org/downloads/index.php

then go to:

3.1 Stream Stable Build 3.1M6

then go to:

Performance results now available

Regards,
Marius

"Yu Chen" <yuchen@bea.com> wrote in message
news:d3gr0n$ovt$1@news.eclipse.org...
> Hello,
>
> Our team would like to test an eclipse-based workshop/IDE, is there any
> profiling and performance tuning work has been done based on the generic
> eclipse platform, any metrics publicly available we can share and used as
a
> baseline for our performance testing?
>
>
> Thanks in advance.
> Yu
>
>
Re: eclipse Performance metrics? [message #15401 is a reply to message #15335] Tue, 12 April 2005 22:01 Go to previous messageGo to next message
Yu Chen is currently offline Yu ChenFriend
Messages: 28
Registered: July 2009
Junior Member
I have not yet read through all the docs you sent to me below, but already
excited...

Is the performance testing listed in the download site, new feature/effort
in eclipse build? I see the perf data available only in the most recent
3.1M6 build.

Are these testing all automated, using the new performance tesing features
described in Scott Schneider's earlier reply regarding my post: TPTP test
automation?


Thank you so much for all the insights.
-Yu

"Marius Slavescu" <slavescu@ca.ibm.com> wrote in message
news:d3h9or$fuf$1@news.eclipse.org...
> Hi Yu,
>
> I don't know of any public profiling metrics for Eclipse workbench
> generated
> using our profiler, although there are performance reports and ways to
> gather performance information for the Eclipse workbench.
>
> Take a look at these links:
> http://dev.eclipse.org/mhonarc/lists/eclipse-dev/msg06922.ht ml
> http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-core-home/documents/3.1/perf_stats.html
>
> also if you look at any recent Eclipse build you can see the performance
> reports, here is how to get the results for 3.1 M6:
>
> http://www.eclipse.org/downloads/index.php
>
> then go to:
>
> 3.1 Stream Stable Build 3.1M6
>
> then go to:
>
> Performance results now available
>
> Regards,
> Marius
>
> "Yu Chen" <yuchen@bea.com> wrote in message
> news:d3gr0n$ovt$1@news.eclipse.org...
>> Hello,
>>
>> Our team would like to test an eclipse-based workshop/IDE, is there any
>> profiling and performance tuning work has been done based on the generic
>> eclipse platform, any metrics publicly available we can share and used as
> a
>> baseline for our performance testing?
>>
>>
>> Thanks in advance.
>> Yu
>>
>>
>
>
Re: eclipse Performance metrics? [message #15434 is a reply to message #15401] Wed, 13 April 2005 03:59 Go to previous messageGo to next message
Scott E. Schneider is currently offline Scott E. SchneiderFriend
Messages: 8
Registered: July 2009
Junior Member
Hello Yu,

The automation framework and complementary test execution automatable
service is slated for completion in TPTP 3.3/4.0 i3 and is not yet
functional enough to be used (it is in a bare bones stage right now,
with just enough functionality to iron out the API for API freeze).

I will send you more details directly on the high-level design and would
be happy to give you a demo in the future after iteration 3 work is
complete.

Thanks for your interest,
-Scott E. Schneider
IBM Rational, Raleigh, NC

Yu Chen wrote:
> I have not yet read through all the docs you sent to me below, but already
> excited...
>
> Is the performance testing listed in the download site, new feature/effort
> in eclipse build? I see the perf data available only in the most recent
> 3.1M6 build.
>
> Are these testing all automated, using the new performance tesing features
> described in Scott Schneider's earlier reply regarding my post: TPTP test
> automation?
>
>
> Thank you so much for all the insights.
> -Yu
>
> "Marius Slavescu" <slavescu@ca.ibm.com> wrote in message
> news:d3h9or$fuf$1@news.eclipse.org...
>
>>Hi Yu,
>>
>>I don't know of any public profiling metrics for Eclipse workbench
>>generated
>>using our profiler, although there are performance reports and ways to
>>gather performance information for the Eclipse workbench.
>>
>>Take a look at these links:
>> http://dev.eclipse.org/mhonarc/lists/eclipse-dev/msg06922.ht ml
>> http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-core-home/documents/3.1/perf_stats.html
>>
>>also if you look at any recent Eclipse build you can see the performance
>>reports, here is how to get the results for 3.1 M6:
>>
>>http://www.eclipse.org/downloads/index.php
>>
>>then go to:
>>
>>3.1 Stream Stable Build 3.1M6
>>
>>then go to:
>>
>>Performance results now available
>>
>>Regards,
>>Marius
>>
>>"Yu Chen" <yuchen@bea.com> wrote in message
>>news:d3gr0n$ovt$1@news.eclipse.org...
>>
>>>Hello,
>>>
>>>Our team would like to test an eclipse-based workshop/IDE, is there any
>>>profiling and performance tuning work has been done based on the generic
>>>eclipse platform, any metrics publicly available we can share and used as
>>
>>a
>>
>>>baseline for our performance testing?
>>>
>>>
>>>Thanks in advance.
>>>Yu
>>>
>>>
>>
>>
>
>
Re: eclipse Performance metrics? [message #15464 is a reply to message #15401] Wed, 13 April 2005 04:00 Go to previous messageGo to next message
Scott E. Schneider is currently offline Scott E. SchneiderFriend
Messages: 8
Registered: July 2009
Junior Member
Hello Yu,

The automation framework and complementary test execution automatable
service is slated for completion in TPTP 3.3/4.0 i3 and is not yet
functional enough to be used (it is in a bare bones stage right now,
with just enough functionality to iron out the API for API freeze).

I will send you more details directly on the high-level design and would
be happy to give you a demo in the future after iteration 3 work is
complete.

Thanks for your interest,
-Scott E. Schneider
IBM Rational, Raleigh, NC

Yu Chen wrote:
> I have not yet read through all the docs you sent to me below, but already
> excited...
>
> Is the performance testing listed in the download site, new feature/effort
> in eclipse build? I see the perf data available only in the most recent
> 3.1M6 build.
>
> Are these testing all automated, using the new performance tesing features
> described in Scott Schneider's earlier reply regarding my post: TPTP test
> automation?
>
>
> Thank you so much for all the insights.
> -Yu
>
> "Marius Slavescu" <slavescu@ca.ibm.com> wrote in message
> news:d3h9or$fuf$1@news.eclipse.org...
>
>>Hi Yu,
>>
>>I don't know of any public profiling metrics for Eclipse workbench
>>generated
>>using our profiler, although there are performance reports and ways to
>>gather performance information for the Eclipse workbench.
>>
>>Take a look at these links:
>> http://dev.eclipse.org/mhonarc/lists/eclipse-dev/msg06922.ht ml
>> http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-core-home/documents/3.1/perf_stats.html
>>
>>also if you look at any recent Eclipse build you can see the performance
>>reports, here is how to get the results for 3.1 M6:
>>
>>http://www.eclipse.org/downloads/index.php
>>
>>then go to:
>>
>>3.1 Stream Stable Build 3.1M6
>>
>>then go to:
>>
>>Performance results now available
>>
>>Regards,
>>Marius
>>
>>"Yu Chen" <yuchen@bea.com> wrote in message
>>news:d3gr0n$ovt$1@news.eclipse.org...
>>
>>>Hello,
>>>
>>>Our team would like to test an eclipse-based workshop/IDE, is there any
>>>profiling and performance tuning work has been done based on the generic
>>>eclipse platform, any metrics publicly available we can share and used as
>>
>>a
>>
>>>baseline for our performance testing?
>>>
>>>
>>>Thanks in advance.
>>>Yu
>>>
>>>
>>
>>
>
>
Re: eclipse Performance metrics? [message #15532 is a reply to message #15401] Wed, 13 April 2005 14:38 Go to previous messageGo to next message
Marius Slavescu is currently offline Marius SlavescuFriend
Messages: 67
Registered: July 2009
Member
Hi Yu,

The performance result links from my previous message are for the Eclipse
workbench and they are generated by their performance testcases (JUnit but
not TPTP based, search for "JUnit Plugin Tests and Automated Testing
Framework" on Eclipse 3.1 M6 build page to get more info).

You can create TPTP JUnit testcases to accomplish something similar.

Regards,
Marius

"Yu Chen" <yuchen@bea.com> wrote in message
news:d3hgrb$phf$1@news.eclipse.org...
> I have not yet read through all the docs you sent to me below, but already
> excited...
>
> Is the performance testing listed in the download site, new feature/effort
> in eclipse build? I see the perf data available only in the most recent
> 3.1M6 build.
>
> Are these testing all automated, using the new performance tesing features
> described in Scott Schneider's earlier reply regarding my post: TPTP test
> automation?
>
>
> Thank you so much for all the insights.
> -Yu
>
> "Marius Slavescu" <slavescu@ca.ibm.com> wrote in message
> news:d3h9or$fuf$1@news.eclipse.org...
> > Hi Yu,
> >
> > I don't know of any public profiling metrics for Eclipse workbench
> > generated
> > using our profiler, although there are performance reports and ways to
> > gather performance information for the Eclipse workbench.
> >
> > Take a look at these links:
> > http://dev.eclipse.org/mhonarc/lists/eclipse-dev/msg06922.ht ml
> >
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-core-home/documents/3.1/perf_stats.html
> >
> > also if you look at any recent Eclipse build you can see the performance
> > reports, here is how to get the results for 3.1 M6:
> >
> > http://www.eclipse.org/downloads/index.php
> >
> > then go to:
> >
> > 3.1 Stream Stable Build 3.1M6
> >
> > then go to:
> >
> > Performance results now available
> >
> > Regards,
> > Marius
> >
> > "Yu Chen" <yuchen@bea.com> wrote in message
> > news:d3gr0n$ovt$1@news.eclipse.org...
> >> Hello,
> >>
> >> Our team would like to test an eclipse-based workshop/IDE, is there any
> >> profiling and performance tuning work has been done based on the
generic
> >> eclipse platform, any metrics publicly available we can share and used
as
> > a
> >> baseline for our performance testing?
> >>
> >>
> >> Thanks in advance.
> >> Yu
> >>
> >>
> >
> >
>
>
Re: eclipse Performance metrics? [message #15597 is a reply to message #15532] Wed, 13 April 2005 20:46 Go to previous messageGo to next message
Yu Chen is currently offline Yu ChenFriend
Messages: 28
Registered: July 2009
Junior Member
Thanks for the pointers... I am following the "The Eclipse Test Framework"
instruction, and trying to Build Project after imported the all the source
code into a new Plugin project... I got a bunch of errors complaing "can't
resolve..." the following imports,

import junit.framework.AssertionFailedError;
import junit.framework.Test;
import junit.framework.TestListener;
import junit.framework.TestResult;
import junit.framework.TestSuite;

Now, which junit jar I am missing?

Thanks,
-yu

"Marius Slavescu" <slavescu@ca.ibm.com> wrote in message
news:d3jb7n$4nb$1@news.eclipse.org...
> Hi Yu,
>
> The performance result links from my previous message are for the Eclipse
> workbench and they are generated by their performance testcases (JUnit but
> not TPTP based, search for "JUnit Plugin Tests and Automated Testing
> Framework" on Eclipse 3.1 M6 build page to get more info).
>
> You can create TPTP JUnit testcases to accomplish something similar.
>
> Regards,
> Marius
>
> "Yu Chen" <yuchen@bea.com> wrote in message
> news:d3hgrb$phf$1@news.eclipse.org...
>> I have not yet read through all the docs you sent to me below, but
>> already
>> excited...
>>
>> Is the performance testing listed in the download site, new
>> feature/effort
>> in eclipse build? I see the perf data available only in the most recent
>> 3.1M6 build.
>>
>> Are these testing all automated, using the new performance tesing
>> features
>> described in Scott Schneider's earlier reply regarding my post: TPTP test
>> automation?
>>
>>
>> Thank you so much for all the insights.
>> -Yu
>>
>> "Marius Slavescu" <slavescu@ca.ibm.com> wrote in message
>> news:d3h9or$fuf$1@news.eclipse.org...
>> > Hi Yu,
>> >
>> > I don't know of any public profiling metrics for Eclipse workbench
>> > generated
>> > using our profiler, although there are performance reports and ways to
>> > gather performance information for the Eclipse workbench.
>> >
>> > Take a look at these links:
>> > http://dev.eclipse.org/mhonarc/lists/eclipse-dev/msg06922.ht ml
>> >
> http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-core-home/documents/3.1/perf_stats.html
>> >
>> > also if you look at any recent Eclipse build you can see the
>> > performance
>> > reports, here is how to get the results for 3.1 M6:
>> >
>> > http://www.eclipse.org/downloads/index.php
>> >
>> > then go to:
>> >
>> > 3.1 Stream Stable Build 3.1M6
>> >
>> > then go to:
>> >
>> > Performance results now available
>> >
>> > Regards,
>> > Marius
>> >
>> > "Yu Chen" <yuchen@bea.com> wrote in message
>> > news:d3gr0n$ovt$1@news.eclipse.org...
>> >> Hello,
>> >>
>> >> Our team would like to test an eclipse-based workshop/IDE, is there
>> >> any
>> >> profiling and performance tuning work has been done based on the
> generic
>> >> eclipse platform, any metrics publicly available we can share and used
> as
>> > a
>> >> baseline for our performance testing?
>> >>
>> >>
>> >> Thanks in advance.
>> >> Yu
>> >>
>> >>
>> >
>> >
>>
>>
>
>
Re: eclipse Performance metrics? [message #15630 is a reply to message #15597] Wed, 13 April 2005 21:05 Go to previous messageGo to next message
Marius Slavescu is currently offline Marius SlavescuFriend
Messages: 67
Registered: July 2009
Member
Hi Yu,

It might be easier if you import their whole set of plugins (from both of
those ZIP files), instead of just the source code.
To resolve the JUnit classes you need to add in the plugin dependencies
(requires) the org.junit plugin like here (use the PDE plugin manifest
editor):

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin
id="org.eclipse.test.performance"
name="%Plugin.name"
version="3.1.0"
provider-name="%Plugin.providerName"
class="org.eclipse.test.internal.performance.PerformanceTestPlugin ">

<runtime>
<library name="testperformance.jar">
<export name="*"/>
</library>
</runtime>

<requires>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.junit"/>
<import plugin="org.apache.derby" optional="true"/>
<import plugin="Cloudscape" optional="true"/>
</requires>

</plugin>

Regards,
Marius

"Yu Chen" <yuchen@bea.com> wrote in message
news:d3k0qu$7d7$1@news.eclipse.org...
> Thanks for the pointers... I am following the "The Eclipse Test Framework"
> instruction, and trying to Build Project after imported the all the source
> code into a new Plugin project... I got a bunch of errors complaing
"can't
> resolve..." the following imports,
>
> import junit.framework.AssertionFailedError;
> import junit.framework.Test;
> import junit.framework.TestListener;
> import junit.framework.TestResult;
> import junit.framework.TestSuite;
>
> Now, which junit jar I am missing?
>
> Thanks,
> -yu
>
> "Marius Slavescu" <slavescu@ca.ibm.com> wrote in message
> news:d3jb7n$4nb$1@news.eclipse.org...
> > Hi Yu,
> >
> > The performance result links from my previous message are for the
Eclipse
> > workbench and they are generated by their performance testcases (JUnit
but
> > not TPTP based, search for "JUnit Plugin Tests and Automated Testing
> > Framework" on Eclipse 3.1 M6 build page to get more info).
> >
> > You can create TPTP JUnit testcases to accomplish something similar.
> >
> > Regards,
> > Marius
> >
> > "Yu Chen" <yuchen@bea.com> wrote in message
> > news:d3hgrb$phf$1@news.eclipse.org...
> >> I have not yet read through all the docs you sent to me below, but
> >> already
> >> excited...
> >>
> >> Is the performance testing listed in the download site, new
> >> feature/effort
> >> in eclipse build? I see the perf data available only in the most recent
> >> 3.1M6 build.
> >>
> >> Are these testing all automated, using the new performance tesing
> >> features
> >> described in Scott Schneider's earlier reply regarding my post: TPTP
test
> >> automation?
> >>
> >>
> >> Thank you so much for all the insights.
> >> -Yu
> >>
> >> "Marius Slavescu" <slavescu@ca.ibm.com> wrote in message
> >> news:d3h9or$fuf$1@news.eclipse.org...
> >> > Hi Yu,
> >> >
> >> > I don't know of any public profiling metrics for Eclipse workbench
> >> > generated
> >> > using our profiler, although there are performance reports and ways
to
> >> > gather performance information for the Eclipse workbench.
> >> >
> >> > Take a look at these links:
> >> > http://dev.eclipse.org/mhonarc/lists/eclipse-dev/msg06922.ht ml
> >> >
> >
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-core-home/documents/3.1/perf_stats.html
> >> >
> >> > also if you look at any recent Eclipse build you can see the
> >> > performance
> >> > reports, here is how to get the results for 3.1 M6:
> >> >
> >> > http://www.eclipse.org/downloads/index.php
> >> >
> >> > then go to:
> >> >
> >> > 3.1 Stream Stable Build 3.1M6
> >> >
> >> > then go to:
> >> >
> >> > Performance results now available
> >> >
> >> > Regards,
> >> > Marius
> >> >
> >> > "Yu Chen" <yuchen@bea.com> wrote in message
> >> > news:d3gr0n$ovt$1@news.eclipse.org...
> >> >> Hello,
> >> >>
> >> >> Our team would like to test an eclipse-based workshop/IDE, is there
> >> >> any
> >> >> profiling and performance tuning work has been done based on the
> > generic
> >> >> eclipse platform, any metrics publicly available we can share and
used
> > as
> >> > a
> >> >> baseline for our performance testing?
> >> >>
> >> >>
> >> >> Thanks in advance.
> >> >> Yu
> >> >>
> >> >>
> >> >
> >> >
> >>
> >>
> >
> >
>
>
Re: eclipse Performance metrics? [message #15662 is a reply to message #15630] Wed, 13 April 2005 21:16 Go to previous messageGo to next message
Yu Chen is currently offline Yu ChenFriend
Messages: 28
Registered: July 2009
Junior Member
Thanks Marius, where can I get the following two then? I fixed the junit
related errors. -yuchen

<import plugin="org.apache.derby" optional="true"/>
<import plugin="Cloudscape" optional="true"/>

"Marius Slavescu" <slavescu@ca.ibm.com> wrote in message
news:d3k1so$90m$1@news.eclipse.org...
> Hi Yu,
>
> It might be easier if you import their whole set of plugins (from both of
> those ZIP files), instead of just the source code.
> To resolve the JUnit classes you need to add in the plugin dependencies
> (requires) the org.junit plugin like here (use the PDE plugin manifest
> editor):
>
> <?xml version="1.0" encoding="UTF-8"?>
> <?eclipse version="3.0"?>
> <plugin
> id="org.eclipse.test.performance"
> name="%Plugin.name"
> version="3.1.0"
> provider-name="%Plugin.providerName"
> class="org.eclipse.test.internal.performance.PerformanceTestPlugin ">
>
> <runtime>
> <library name="testperformance.jar">
> <export name="*"/>
> </library>
> </runtime>
>
> <requires>
> <import plugin="org.eclipse.core.runtime"/>
> <import plugin="org.junit"/>
> <import plugin="org.apache.derby" optional="true"/>
> <import plugin="Cloudscape" optional="true"/>
> </requires>
>
> </plugin>
>
> Regards,
> Marius
>
> "Yu Chen" <yuchen@bea.com> wrote in message
> news:d3k0qu$7d7$1@news.eclipse.org...
>> Thanks for the pointers... I am following the "The Eclipse Test
>> Framework"
>> instruction, and trying to Build Project after imported the all the
>> source
>> code into a new Plugin project... I got a bunch of errors complaing
> "can't
>> resolve..." the following imports,
>>
>> import junit.framework.AssertionFailedError;
>> import junit.framework.Test;
>> import junit.framework.TestListener;
>> import junit.framework.TestResult;
>> import junit.framework.TestSuite;
>>
>> Now, which junit jar I am missing?
>>
>> Thanks,
>> -yu
>>
>> "Marius Slavescu" <slavescu@ca.ibm.com> wrote in message
>> news:d3jb7n$4nb$1@news.eclipse.org...
>> > Hi Yu,
>> >
>> > The performance result links from my previous message are for the
> Eclipse
>> > workbench and they are generated by their performance testcases (JUnit
> but
>> > not TPTP based, search for "JUnit Plugin Tests and Automated Testing
>> > Framework" on Eclipse 3.1 M6 build page to get more info).
>> >
>> > You can create TPTP JUnit testcases to accomplish something similar.
>> >
>> > Regards,
>> > Marius
>> >
>> > "Yu Chen" <yuchen@bea.com> wrote in message
>> > news:d3hgrb$phf$1@news.eclipse.org...
>> >> I have not yet read through all the docs you sent to me below, but
>> >> already
>> >> excited...
>> >>
>> >> Is the performance testing listed in the download site, new
>> >> feature/effort
>> >> in eclipse build? I see the perf data available only in the most
>> >> recent
>> >> 3.1M6 build.
>> >>
>> >> Are these testing all automated, using the new performance tesing
>> >> features
>> >> described in Scott Schneider's earlier reply regarding my post: TPTP
> test
>> >> automation?
>> >>
>> >>
>> >> Thank you so much for all the insights.
>> >> -Yu
>> >>
>> >> "Marius Slavescu" <slavescu@ca.ibm.com> wrote in message
>> >> news:d3h9or$fuf$1@news.eclipse.org...
>> >> > Hi Yu,
>> >> >
>> >> > I don't know of any public profiling metrics for Eclipse workbench
>> >> > generated
>> >> > using our profiler, although there are performance reports and ways
> to
>> >> > gather performance information for the Eclipse workbench.
>> >> >
>> >> > Take a look at these links:
>> >> > http://dev.eclipse.org/mhonarc/lists/eclipse-dev/msg06922.ht ml
>> >> >
>> >
> http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-core-home/documents/3.1/perf_stats.html
>> >> >
>> >> > also if you look at any recent Eclipse build you can see the
>> >> > performance
>> >> > reports, here is how to get the results for 3.1 M6:
>> >> >
>> >> > http://www.eclipse.org/downloads/index.php
>> >> >
>> >> > then go to:
>> >> >
>> >> > 3.1 Stream Stable Build 3.1M6
>> >> >
>> >> > then go to:
>> >> >
>> >> > Performance results now available
>> >> >
>> >> > Regards,
>> >> > Marius
>> >> >
>> >> > "Yu Chen" <yuchen@bea.com> wrote in message
>> >> > news:d3gr0n$ovt$1@news.eclipse.org...
>> >> >> Hello,
>> >> >>
>> >> >> Our team would like to test an eclipse-based workshop/IDE, is there
>> >> >> any
>> >> >> profiling and performance tuning work has been done based on the
>> > generic
>> >> >> eclipse platform, any metrics publicly available we can share and
> used
>> > as
>> >> > a
>> >> >> baseline for our performance testing?
>> >> >>
>> >> >>
>> >> >> Thanks in advance.
>> >> >> Yu
>> >> >>
>> >> >>
>> >> >
>> >> >
>> >>
>> >>
>> >
>> >
>>
>>
>
>
Re: eclipse Performance metrics? [message #15691 is a reply to message #15662] Wed, 13 April 2005 21:26 Go to previous messageGo to next message
Marius Slavescu is currently offline Marius SlavescuFriend
Messages: 67
Registered: July 2009
Member
You can ignore them because they are optional or you can ask the
webmaster@eclipse.org.

I think you should be able to create them easily using org.apache.derby and
Cloudscape jars, see:
http://www-306.ibm.com/software/data/cloudscape/
http://incubator.apache.org/derby/

Regards,
Marius

"Yu Chen" <yuchen@bea.com> wrote in message
news:d3k2jl$a2e$1@news.eclipse.org...
> Thanks Marius, where can I get the following two then? I fixed the junit
> related errors. -yuchen
>
> <import plugin="org.apache.derby" optional="true"/>
> <import plugin="Cloudscape" optional="true"/>
>
> "Marius Slavescu" <slavescu@ca.ibm.com> wrote in message
> news:d3k1so$90m$1@news.eclipse.org...
> > Hi Yu,
> >
> > It might be easier if you import their whole set of plugins (from both
of
> > those ZIP files), instead of just the source code.
> > To resolve the JUnit classes you need to add in the plugin dependencies
> > (requires) the org.junit plugin like here (use the PDE plugin manifest
> > editor):
> >
> > <?xml version="1.0" encoding="UTF-8"?>
> > <?eclipse version="3.0"?>
> > <plugin
> > id="org.eclipse.test.performance"
> > name="%Plugin.name"
> > version="3.1.0"
> > provider-name="%Plugin.providerName"
> > class="org.eclipse.test.internal.performance.PerformanceTestPlugin ">
> >
> > <runtime>
> > <library name="testperformance.jar">
> > <export name="*"/>
> > </library>
> > </runtime>
> >
> > <requires>
> > <import plugin="org.eclipse.core.runtime"/>
> > <import plugin="org.junit"/>
> > <import plugin="org.apache.derby" optional="true"/>
> > <import plugin="Cloudscape" optional="true"/>
> > </requires>
> >
> > </plugin>
> >
> > Regards,
> > Marius
> >
> > "Yu Chen" <yuchen@bea.com> wrote in message
> > news:d3k0qu$7d7$1@news.eclipse.org...
> >> Thanks for the pointers... I am following the "The Eclipse Test
> >> Framework"
> >> instruction, and trying to Build Project after imported the all the
> >> source
> >> code into a new Plugin project... I got a bunch of errors complaing
> > "can't
> >> resolve..." the following imports,
> >>
> >> import junit.framework.AssertionFailedError;
> >> import junit.framework.Test;
> >> import junit.framework.TestListener;
> >> import junit.framework.TestResult;
> >> import junit.framework.TestSuite;
> >>
> >> Now, which junit jar I am missing?
> >>
> >> Thanks,
> >> -yu
> >>
> >> "Marius Slavescu" <slavescu@ca.ibm.com> wrote in message
> >> news:d3jb7n$4nb$1@news.eclipse.org...
> >> > Hi Yu,
> >> >
> >> > The performance result links from my previous message are for the
> > Eclipse
> >> > workbench and they are generated by their performance testcases
(JUnit
> > but
> >> > not TPTP based, search for "JUnit Plugin Tests and Automated Testing
> >> > Framework" on Eclipse 3.1 M6 build page to get more info).
> >> >
> >> > You can create TPTP JUnit testcases to accomplish something similar.
> >> >
> >> > Regards,
> >> > Marius
> >> >
> >> > "Yu Chen" <yuchen@bea.com> wrote in message
> >> > news:d3hgrb$phf$1@news.eclipse.org...
> >> >> I have not yet read through all the docs you sent to me below, but
> >> >> already
> >> >> excited...
> >> >>
> >> >> Is the performance testing listed in the download site, new
> >> >> feature/effort
> >> >> in eclipse build? I see the perf data available only in the most
> >> >> recent
> >> >> 3.1M6 build.
> >> >>
> >> >> Are these testing all automated, using the new performance tesing
> >> >> features
> >> >> described in Scott Schneider's earlier reply regarding my post: TPTP
> > test
> >> >> automation?
> >> >>
> >> >>
> >> >> Thank you so much for all the insights.
> >> >> -Yu
> >> >>
> >> >> "Marius Slavescu" <slavescu@ca.ibm.com> wrote in message
> >> >> news:d3h9or$fuf$1@news.eclipse.org...
> >> >> > Hi Yu,
> >> >> >
> >> >> > I don't know of any public profiling metrics for Eclipse workbench
> >> >> > generated
> >> >> > using our profiler, although there are performance reports and
ways
> > to
> >> >> > gather performance information for the Eclipse workbench.
> >> >> >
> >> >> > Take a look at these links:
> >> >> > http://dev.eclipse.org/mhonarc/lists/eclipse-dev/msg06922.ht ml
> >> >> >
> >> >
> >
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-core-home/documents/3.1/perf_stats.html
> >> >> >
> >> >> > also if you look at any recent Eclipse build you can see the
> >> >> > performance
> >> >> > reports, here is how to get the results for 3.1 M6:
> >> >> >
> >> >> > http://www.eclipse.org/downloads/index.php
> >> >> >
> >> >> > then go to:
> >> >> >
> >> >> > 3.1 Stream Stable Build 3.1M6
> >> >> >
> >> >> > then go to:
> >> >> >
> >> >> > Performance results now available
> >> >> >
> >> >> > Regards,
> >> >> > Marius
> >> >> >
> >> >> > "Yu Chen" <yuchen@bea.com> wrote in message
> >> >> > news:d3gr0n$ovt$1@news.eclipse.org...
> >> >> >> Hello,
> >> >> >>
> >> >> >> Our team would like to test an eclipse-based workshop/IDE, is
there
> >> >> >> any
> >> >> >> profiling and performance tuning work has been done based on the
> >> > generic
> >> >> >> eclipse platform, any metrics publicly available we can share and
> > used
> >> > as
> >> >> > a
> >> >> >> baseline for our performance testing?
> >> >> >>
> >> >> >>
> >> >> >> Thanks in advance.
> >> >> >> Yu
> >> >> >>
> >> >> >>
> >> >> >
> >> >> >
> >> >>
> >> >>
> >> >
> >> >
> >>
> >>
> >
> >
>
>
?s on Eclipse Test Framework instruction [message #16136 is a reply to message #15630] Thu, 14 April 2005 18:36 Go to previous messageGo to next message
Yu Chen is currently offline Yu ChenFriend
Messages: 28
Registered: July 2009
Junior Member
I had hard time following The Eclipse Test Framework instructions... Here
are my questions if somone can help me with...
- the eclipse-Automated-Tests.<buildid>.zip file has a 3 dozens plug-ins,
should these all be loaded into the host workbench using Help/Software
Updates/Find and Install ??

- Regarding step 2 in section Building and Installation of the instruction
as below:
org.eclipse.test is a entry in the plugins\ directory, this had already
been loaded in as a plug-in, so what does step 2 exactly mean? Should I load
the source code or the souce zip into a new plug-in project, and then add
the following modifications in plugin.xml?
2. Load org.eclipse.test into your workspace.


Some might think these are obvious, but this is my 2nd week on eclipse, so
thanks for all the help so far.
-yuchen

"Marius Slavescu" <slavescu@ca.ibm.com> wrote in message
news:d3k1so$90m$1@news.eclipse.org...
> Hi Yu,
>
> It might be easier if you import their whole set of plugins (from both of
> those ZIP files), instead of just the source code.
> To resolve the JUnit classes you need to add in the plugin dependencies
> (requires) the org.junit plugin like here (use the PDE plugin manifest
> editor):
>
> <?xml version="1.0" encoding="UTF-8"?>
> <?eclipse version="3.0"?>
> <plugin
> id="org.eclipse.test.performance"
> name="%Plugin.name"
> version="3.1.0"
> provider-name="%Plugin.providerName"
> class="org.eclipse.test.internal.performance.PerformanceTestPlugin ">
>
> <runtime>
> <library name="testperformance.jar">
> <export name="*"/>
> </library>
> </runtime>
>
> <requires>
> <import plugin="org.eclipse.core.runtime"/>
> <import plugin="org.junit"/>
> <import plugin="org.apache.derby" optional="true"/>
> <import plugin="Cloudscape" optional="true"/>
> </requires>
>
> </plugin>
>
> Regards,
> Marius
>
> "Yu Chen" <yuchen@bea.com> wrote in message
> news:d3k0qu$7d7$1@news.eclipse.org...
>> Thanks for the pointers... I am following the "The Eclipse Test
>> Framework"
>> instruction, and trying to Build Project after imported the all the
>> source
>> code into a new Plugin project... I got a bunch of errors complaing
> "can't
>> resolve..." the following imports,
>>
>> import junit.framework.AssertionFailedError;
>> import junit.framework.Test;
>> import junit.framework.TestListener;
>> import junit.framework.TestResult;
>> import junit.framework.TestSuite;
>>
>> Now, which junit jar I am missing?
>>
>> Thanks,
>> -yu
>>
>> "Marius Slavescu" <slavescu@ca.ibm.com> wrote in message
>> news:d3jb7n$4nb$1@news.eclipse.org...
>> > Hi Yu,
>> >
>> > The performance result links from my previous message are for the
> Eclipse
>> > workbench and they are generated by their performance testcases (JUnit
> but
>> > not TPTP based, search for "JUnit Plugin Tests and Automated Testing
>> > Framework" on Eclipse 3.1 M6 build page to get more info).
>> >
>> > You can create TPTP JUnit testcases to accomplish something similar.
>> >
>> > Regards,
>> > Marius
>> >
>> > "Yu Chen" <yuchen@bea.com> wrote in message
>> > news:d3hgrb$phf$1@news.eclipse.org...
>> >> I have not yet read through all the docs you sent to me below, but
>> >> already
>> >> excited...
>> >>
>> >> Is the performance testing listed in the download site, new
>> >> feature/effort
>> >> in eclipse build? I see the perf data available only in the most
>> >> recent
>> >> 3.1M6 build.
>> >>
>> >> Are these testing all automated, using the new performance tesing
>> >> features
>> >> described in Scott Schneider's earlier reply regarding my post: TPTP
> test
>> >> automation?
>> >>
>> >>
>> >> Thank you so much for all the insights.
>> >> -Yu
>> >>
>> >> "Marius Slavescu" <slavescu@ca.ibm.com> wrote in message
>> >> news:d3h9or$fuf$1@news.eclipse.org...
>> >> > Hi Yu,
>> >> >
>> >> > I don't know of any public profiling metrics for Eclipse workbench
>> >> > generated
>> >> > using our profiler, although there are performance reports and ways
> to
>> >> > gather performance information for the Eclipse workbench.
>> >> >
>> >> > Take a look at these links:
>> >> > http://dev.eclipse.org/mhonarc/lists/eclipse-dev/msg06922.ht ml
>> >> >
>> >
> http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-core-home/documents/3.1/perf_stats.html
>> >> >
>> >> > also if you look at any recent Eclipse build you can see the
>> >> > performance
>> >> > reports, here is how to get the results for 3.1 M6:
>> >> >
>> >> > http://www.eclipse.org/downloads/index.php
>> >> >
>> >> > then go to:
>> >> >
>> >> > 3.1 Stream Stable Build 3.1M6
>> >> >
>> >> > then go to:
>> >> >
>> >> > Performance results now available
>> >> >
>> >> > Regards,
>> >> > Marius
>> >> >
>> >> > "Yu Chen" <yuchen@bea.com> wrote in message
>> >> > news:d3gr0n$ovt$1@news.eclipse.org...
>> >> >> Hello,
>> >> >>
>> >> >> Our team would like to test an eclipse-based workshop/IDE, is there
>> >> >> any
>> >> >> profiling and performance tuning work has been done based on the
>> > generic
>> >> >> eclipse platform, any metrics publicly available we can share and
> used
>> > as
>> >> > a
>> >> >> baseline for our performance testing?
>> >> >>
>> >> >>
>> >> >> Thanks in advance.
>> >> >> Yu
>> >> >>
>> >> >>
>> >> >
>> >> >
>> >>
>> >>
>> >
>> >
>>
>>
>
>
Re: eclipse Performance metrics? [message #16150 is a reply to message #15532] Fri, 15 April 2005 16:19 Go to previous messageGo to next message
Yu Chen is currently offline Yu ChenFriend
Messages: 28
Registered: July 2009
Junior Member
Hi Marius, I reproduced the Eclipse testing already, it tooks about 6
hours... and it generated about 30 xml/html files in the result\ directory,
but i don't see similar performance result as posted on 3.1M6 download site,
are the perf data generated by these testsuite, is there additional perf
param need to be turned on??? I'd apprciate for any additional information.

Regards,
- Yu

"Marius Slavescu" <slavescu@ca.ibm.com> wrote in message
news:d3jb7n$4nb$1@news.eclipse.org...
> Hi Yu,
>
> The performance result links from my previous message are for the Eclipse
> workbench and they are generated by their performance testcases (JUnit but
> not TPTP based, search for "JUnit Plugin Tests and Automated Testing
> Framework" on Eclipse 3.1 M6 build page to get more info).
>
> You can create TPTP JUnit testcases to accomplish something similar.
>
> Regards,
> Marius
>
> "Yu Chen" <yuchen@bea.com> wrote in message
> news:d3hgrb$phf$1@news.eclipse.org...
>> I have not yet read through all the docs you sent to me below, but
>> already
>> excited...
>>
>> Is the performance testing listed in the download site, new
>> feature/effort
>> in eclipse build? I see the perf data available only in the most recent
>> 3.1M6 build.
>>
>> Are these testing all automated, using the new performance tesing
>> features
>> described in Scott Schneider's earlier reply regarding my post: TPTP test
>> automation?
>>
>>
>> Thank you so much for all the insights.
>> -Yu
>>
>> "Marius Slavescu" <slavescu@ca.ibm.com> wrote in message
>> news:d3h9or$fuf$1@news.eclipse.org...
>> > Hi Yu,
>> >
>> > I don't know of any public profiling metrics for Eclipse workbench
>> > generated
>> > using our profiler, although there are performance reports and ways to
>> > gather performance information for the Eclipse workbench.
>> >
>> > Take a look at these links:
>> > http://dev.eclipse.org/mhonarc/lists/eclipse-dev/msg06922.ht ml
>> >
> http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-core-home/documents/3.1/perf_stats.html
>> >
>> > also if you look at any recent Eclipse build you can see the
>> > performance
>> > reports, here is how to get the results for 3.1 M6:
>> >
>> > http://www.eclipse.org/downloads/index.php
>> >
>> > then go to:
>> >
>> > 3.1 Stream Stable Build 3.1M6
>> >
>> > then go to:
>> >
>> > Performance results now available
>> >
>> > Regards,
>> > Marius
>> >
>> > "Yu Chen" <yuchen@bea.com> wrote in message
>> > news:d3gr0n$ovt$1@news.eclipse.org...
>> >> Hello,
>> >>
>> >> Our team would like to test an eclipse-based workshop/IDE, is there
>> >> any
>> >> profiling and performance tuning work has been done based on the
> generic
>> >> eclipse platform, any metrics publicly available we can share and used
> as
>> > a
>> >> baseline for our performance testing?
>> >>
>> >>
>> >> Thanks in advance.
>> >> Yu
>> >>
>> >>
>> >
>> >
>>
>>
>
>
Re: eclipse Performance metrics? [message #16163 is a reply to message #16150] Fri, 15 April 2005 18:46 Go to previous message
Marius Slavescu is currently offline Marius SlavescuFriend
Messages: 67
Registered: July 2009
Member
Hi Yu,

Seems that they use Cloudscape to store the results (you got XML because
Cloudscape was not enabled) and then
org.eclipse.releng.basebuilder/plugins/org.eclipse.test.perf ormance.ui/Main.
java plus and some Ant scripts to generated the graphical results.

Please ask Sonia_Dimitrov@ca.ibm.com for more details.

Regards,
Marius

"Yu Chen" <yuchen@bea.com> wrote in message
news:d3opuo$bnv$1@news.eclipse.org...
> Hi Marius, I reproduced the Eclipse testing already, it tooks about 6
> hours... and it generated about 30 xml/html files in the result\
directory,
> but i don't see similar performance result as posted on 3.1M6 download
site,
> are the perf data generated by these testsuite, is there additional perf
> param need to be turned on??? I'd apprciate for any additional
information.
>
> Regards,
> - Yu
>
> "Marius Slavescu" <slavescu@ca.ibm.com> wrote in message
> news:d3jb7n$4nb$1@news.eclipse.org...
> > Hi Yu,
> >
> > The performance result links from my previous message are for the
Eclipse
> > workbench and they are generated by their performance testcases (JUnit
but
> > not TPTP based, search for "JUnit Plugin Tests and Automated Testing
> > Framework" on Eclipse 3.1 M6 build page to get more info).
> >
> > You can create TPTP JUnit testcases to accomplish something similar.
> >
> > Regards,
> > Marius
> >
> > "Yu Chen" <yuchen@bea.com> wrote in message
> > news:d3hgrb$phf$1@news.eclipse.org...
> >> I have not yet read through all the docs you sent to me below, but
> >> already
> >> excited...
> >>
> >> Is the performance testing listed in the download site, new
> >> feature/effort
> >> in eclipse build? I see the perf data available only in the most recent
> >> 3.1M6 build.
> >>
> >> Are these testing all automated, using the new performance tesing
> >> features
> >> described in Scott Schneider's earlier reply regarding my post: TPTP
test
> >> automation?
> >>
> >>
> >> Thank you so much for all the insights.
> >> -Yu
> >>
> >> "Marius Slavescu" <slavescu@ca.ibm.com> wrote in message
> >> news:d3h9or$fuf$1@news.eclipse.org...
> >> > Hi Yu,
> >> >
> >> > I don't know of any public profiling metrics for Eclipse workbench
> >> > generated
> >> > using our profiler, although there are performance reports and ways
to
> >> > gather performance information for the Eclipse workbench.
> >> >
> >> > Take a look at these links:
> >> > http://dev.eclipse.org/mhonarc/lists/eclipse-dev/msg06922.ht ml
> >> >
> >
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-core-home/documents/3.1/perf_stats.html
> >> >
> >> > also if you look at any recent Eclipse build you can see the
> >> > performance
> >> > reports, here is how to get the results for 3.1 M6:
> >> >
> >> > http://www.eclipse.org/downloads/index.php
> >> >
> >> > then go to:
> >> >
> >> > 3.1 Stream Stable Build 3.1M6
> >> >
> >> > then go to:
> >> >
> >> > Performance results now available
> >> >
> >> > Regards,
> >> > Marius
> >> >
> >> > "Yu Chen" <yuchen@bea.com> wrote in message
> >> > news:d3gr0n$ovt$1@news.eclipse.org...
> >> >> Hello,
> >> >>
> >> >> Our team would like to test an eclipse-based workshop/IDE, is there
> >> >> any
> >> >> profiling and performance tuning work has been done based on the
> > generic
> >> >> eclipse platform, any metrics publicly available we can share and
used
> > as
> >> > a
> >> >> baseline for our performance testing?
> >> >>
> >> >>
> >> >> Thanks in advance.
> >> >> Yu
> >> >>
> >> >>
> >> >
> >> >
> >>
> >>
> >
> >
>
>
Previous Topic:profiling servlets
Next Topic:old logging doc
Goto Forum:
  


Current Time: Thu Mar 28 15:16:51 GMT 2024

Powered by FUDForum. Page generated in 0.02398 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top