Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/Development/Performance"

(Results)
Line 4: Line 4:
  
 
EclipseLink performance is tracked through several mechanisms.
 
EclipseLink performance is tracked through several mechanisms.
* Weekly regression performance unit tests.
 
 
* Milestone third party product performance unit tests comparisons.
 
* Milestone third party product performance unit tests comparisons.
 
* Milestone concurrency regression unit tests.
 
* Milestone concurrency regression unit tests.
Line 26: Line 25:
 
<tr><td>JPA</td><td>JPAMemoryLeakModel</td><td>Tests for possible memory leaks in EclipseLink.</td></tr>
 
<tr><td>JPA</td><td>JPAMemoryLeakModel</td><td>Tests for possible memory leaks in EclipseLink.</td></tr>
 
</table>
 
</table>
 
====Results====
 
* [[/Results/1.0/|Results comparing EclipseLink 1.0 with TopLink® Essentials]]
 
* [[/Results/1.1/|Results comparing EclipseLink 1.1 with EclipseLink 1.0]]
 
* [[/Results/1.2/|Results comparing EclipseLink 1.2 with EclipseLink 1.1]]
 
* [[/Results/2.0/|Results comparing EclipseLink 2.0 with EclipseLink 1.2]]
 
* [[/Results/2.1/|Results comparing EclipseLink 2.1 with EclipseLink 2.0]]
 
  
 
===Links===
 
===Links===

Revision as of 09:22, 23 July 2014

Performance

This is the main development page for EclipseLink performance.

EclipseLink performance is tracked through several mechanisms.

  • Milestone third party product performance unit tests comparisons.
  • Milestone concurrency regression unit tests.
  • Milestone performance regression unit tests.
  • Public standard benchmarks such as SPECjAppServer ®.

Tests

ComponentTestDescription
CorePerformanceComparisonModelCompares the performance of different operations (reading vs batch reading)
CorePerformanceTestModelCompares performance for each test against previous result.
CoreConcurrencyComparisonTestModelCompares concurrency for each test using 1 to 32 threads.
CoreConcurrencyRegressionTestModelCompares concurrnecy for each test against previous result.
JPAJPAPerformanceRegressionModelCompares performance for each test against previous result.
JPAJPAConcurrencyComparisonTestModelCompares concurrency for each test using 1 to 32 threads.
JPAJPAIsolatedPerformanceRegressionModelCompares performance without caching.
JPAHibernateJPAPerformanceRegressionModelCompares EclipseLink with Hibernate.
JPAOpenJPAJPAPerformanceRegressionModelCompares EclipseLink with OpenJPA.
JPAEssentialsJPAPerformanceRegressionModelCompares EclipseLink with TopLink Essentials.
JPATopLinkJPAPerformanceRegressionModelCompares EclipseLink with TopLink.
JPAJPAMemoryLeakModelTests for possible memory leaks in EclipseLink.

Links

Copyright © Eclipse Foundation, Inc. All Rights Reserved.