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"

(Performance)
(Performance)
Line 2: Line 2:
  
 
This is the main development page for EclipseLink performance.
 
This is the main development page for EclipseLink performance.
 +
 +
EclipseLink performance is tracked through several mechanism.
 +
* 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 SpecJ.
 +
 +
===Testings===
 +
<table>
 +
<tr><td>Component</td><td>Test</td><td>Description</td></tr>
 +
<tr><td>Core</td><td>PerformanceComparisonModel</td><td>Compares the performance of different operations (reading vs batch reading)</td>
 +
</table>
 +
 +
===Links===
 
* [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Technology&product=EPS%28EclipseLink%29&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=performance&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= Open performance bugs]
 
* [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Technology&product=EPS%28EclipseLink%29&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=performance&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= Open performance bugs]
  
 
[[Category:EclipseLink|Performance]]
 
[[Category:EclipseLink|Performance]]

Revision as of 14:37, 19 February 2008

Performance

This is the main development page for EclipseLink performance.

EclipseLink performance is tracked through several mechanism.

  • 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 SpecJ.

Testings

ComponentTestDescription
CorePerformanceComparisonModelCompares the performance of different operations (reading vs batch reading)

Links

Back to the top