Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Patch to enable the option to pick and choose which build to run performance tests


Jeffrey,

Thx. Patch applied. Bugzilla 79658.

Arthur Ryman,
Rational Desktop Tools Development

phone: +1-905-413-3077, TL 969-3077
assistant: +1-905-413-2411, TL 969-2411
fax: +1-905-413-4920, TL 969-4920
mobile: +1-416-939-5063, text: 4169395063@xxxxxxx
intranet: http://labweb.torolab.ibm.com/DRY6/


wtp-dev-admin@xxxxxxxxxxx wrote on 11/29/2004 08:17:56 AM:

>
>
>
>
> Here's a patch that allows you to pick and choose which build to run
> performance testing.
>
> (See attached file: patch-org.eclipse.wtp.releng)
>
> To run performance tests for a build that's available from the Eclipse
> download site:
>
> 1. Check out /home/webtools/org.eclipse.wtp.releng.
> 2. Change the properties files to fit your system.
> 3. Open a command prompt and navigate to the org.eclipse.wtp.releng
> directory.
> 4. Run the following command:
>
> ant -f cruise.xml -DbuildType=<buildType> -DbuildId=<buildId>
> -Dtimestamp=<timestamp> performance
>
> For example:
>
> ant -f cruise.xml -DbuildType=N -DbuildId=N20041127
> -Dtimestamp=200411271458 performance
>
> Running performance tests for a local build is similar. Go to your
> ${buildDirectory} directory and check buildType, buildId and timestamp for
> your local build. Go through the same steps as above. The performance
> results are written to the ${testDir}/results directory. Bugzilla 79658
> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=79658) is used to track
> this.
>
> Thanks,
>
> Jeff[attachment "patch-org.eclipse.wtp.releng" deleted by Arthur
> Ryman/Toronto/IBM]

Back to the top