Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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"

m (Performance)
(Tests)
Line 20: Line 20:
 
<tr><td>JPA</td><td>JPAIsolatedPerformanceRegressionModel</td><td>Compares performance without caching.</td></tr>
 
<tr><td>JPA</td><td>JPAIsolatedPerformanceRegressionModel</td><td>Compares performance without caching.</td></tr>
 
<tr><td>JPA</td><td>HibernateJPAPerformanceRegressionModel</td><td>Compares EclipseLink with Hibernate.</td></tr>
 
<tr><td>JPA</td><td>HibernateJPAPerformanceRegressionModel</td><td>Compares EclipseLink with Hibernate.</td></tr>
 +
<tr><td>JPA</td><td>OpenJPAJPAPerformanceRegressionModel</td><td>Compares EclipseLink with OpenJPA.</td></tr>
 
<tr><td>JPA</td><td>EssentialsJPAPerformanceRegressionModel</td><td>Compares EclipseLink with TopLink Essentials.</td></tr>
 
<tr><td>JPA</td><td>EssentialsJPAPerformanceRegressionModel</td><td>Compares EclipseLink with TopLink Essentials.</td></tr>
 
<tr><td>JPA</td><td>TopLinkJPAPerformanceRegressionModel</td><td>Compares EclipseLink with TopLink.</td></tr>
 
<tr><td>JPA</td><td>TopLinkJPAPerformanceRegressionModel</td><td>Compares EclipseLink with TopLink.</td></tr>

Revision as of 15:40, 22 January 2009

Performance

This is the main development page for EclipseLink performance.

EclipseLink performance is tracked through several mechanisms.

  • Weekly regression performance unit tests.
  • 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.
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.

Results


Date last run Test Build Baseline Machine Server JDK Database OS Ran by Runner Pass Error Fail Warning Total Success
2008-07-25 PerformanceComparisonModel 1.0:20080725 QA JSE Sun JDK 1.5 Oracle 11.1.0.6 Linux QA ant 19 0 0 2 21 Passed
2008-07-11 PerformanceTestModel 1.0:20080711 1.0:20080704 QA JSE Sun JDK 1.5 Oracle 11.1.0.6 Linux QA ant 62 0 0 0 62 Passed
2008-07-11 JPAPerformanceRegressionModel 1.0:20080711 1.0:20080704 QA JSE Sun JDK 1.5 Oracle 11.1.0.6 Linux QA ant 41 0 0 0 41 Passed
2008-07-11 JPAMemoryLeakModel 1.0:20080711 QA JSE Sun JDK 1.5 Oracle 11.1.0.6 Linux QA ant 4 0 0 0 4 Passed

Links

Copyright © Eclipse Foundation, Inc. All Rights Reserved.