View | Details | Raw Unified | Return to bug 270257
Collapse All | Expand All

(-)src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java (+1 lines)
Lines 1123-1128 Link Here
1123
1123
1124
public void testInitJDTPlugin() throws JavaModelException, CoreException {
1124
public void testInitJDTPlugin() throws JavaModelException, CoreException {
1125
	tagAsSummary("JDT/Core plugin initialization", true); // put in fingerprint
1125
	tagAsSummary("JDT/Core plugin initialization", true); // put in fingerprint
1126
	setComment(Performance.EXPLAINS_DEGRADATION_COMMENT, "Added clean-up of internal thread local which imply additional garbage collect during the restart. It concerns only the performance test itself and has no impact in standard Eclipse usage...");
1126
1127
1127
	// Warm-up
1128
	// Warm-up
1128
	int wmax = WARMUP_COUNT / 5;
1129
	int wmax = WARMUP_COUNT / 5;

Return to bug 270257