Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] jdt AllPerformanceTests

Dear JDT developers,

can someone help me to get "org.eclipse.jdt.core.tests.performance.AllPerformanceTests"
running to *show measured times* ?

Im using windows.. I run AllPerformanceTests as Junit Plug-in Test:

>ivperf.dll missing.

I copied ivjperf.dll into the path to get rid of that error:

> WARNING: Performance tests results may be invalid !!!
>	- too much max memory allocated (8.176M)!
>		=> -Xmx256M should have been specified.
>	- not enough total memory allocated (152M)!
>		=> -Xms256M should have been specified.

When i specify -Xmx256M -Xms256M:

>java.lang.OutOfMemoryError: Java heap space

Ok, lets live with the warning. 1076 sec later the test suite results in

>1 failure:
> "expected:<0> but was:<16> at FullSourceWorkspaceBuildTests"

And no measured times are shown in the console!!

only texts like;

>!ENTRY org.eclipse.test.performance 2 0 2021-02-25 21:42:17.750
>!MESSAGE refkeys was null. eclipse.perf.assertAgainst was null
>================================================================================
>Running FullSourceWorkspaceSearchTests#testSearchField...
>	- 142 occurences for field 'TYPE' in project >org.eclipse.jdt.core

Am i missing something?

Yours
Jörg Kubitz





Back to the top