Unit Test Results.

Downloads / Build / Test Results | org.eclipse.jdt.text.tests_ep426ILR-perf-lin64-baseline_linux.gtk.x86_64_11.xmlDesigned for use with JUnit and Ant.

Summary

TestsFailuresErrorsSkippedAbortedSuccess rateTime
84200097.62%1872.415
Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Packages

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
NameTestsErrorsFailuresSkippedAbortedTime(s)Time StampHost
org.eclipse.jdt.text.tests.performance8402001872.4152022-11-24T09:45:43

Package org.eclipse.jdt.text.tests.performance

NameTestsErrorsFailuresSkippedAbortedTime(s)Time StampHost
DocumentPerformanceTestSuite36000059.2222022-11-24T09:45:43
EventDrivenTestSuite3302001377.8812022-11-24T10:09:02
PerformanceTestSuite270000264.8532022-11-24T09:40:55
PerformanceTestSuite340000165.2072022-11-24T09:43:50
PerformanceTestSuite4200002.2882022-11-24T09:44:22
PerformanceTestSuite5100001.1962022-11-24T09:44:33
WordRulePerformanceTestSuite100001.7682022-11-24T09:45:55
Back to top


TestCase DocumentPerformanceTestSuite

ClassNameStatusTypeTime(s)
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureDeleteInsertSuccess0.281
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureGetCharSuccess0.724
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureGetLengthSuccess0.820
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureGetLineSuccess0.515
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureGetNumberOfLinesSuccess0.156
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureInsertAtEndSuccess0.623
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureInsertAtStartSuccess0.888
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureLineByIndexSuccess0.214
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureLineByOffsetSuccess0.886
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureLineDelimiterByIndexSuccess0.202
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureLineInfoByIndexSuccess0.491
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureLineInfoByOffsetSuccess1.053
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureLineLengthByIndexSuccess0.209
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureRandomReplaceSuccess1.510
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureRepeatedReplaceSuccess1.156
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureSetSuccess0.511
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureTypingReplaceInLargeFileSuccess0.086
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureTypingReplaceInSmallFileSuccess0.080
org.eclipse.jdt.text.tests.performance.GapTextStorePerformanceTestmeasureDeleteInsertSuccess0.162
org.eclipse.jdt.text.tests.performance.GapTextStorePerformanceTestmeasureGetAllSuccess1.563
org.eclipse.jdt.text.tests.performance.GapTextStorePerformanceTestmeasureGetCharSuccess0.064
org.eclipse.jdt.text.tests.performance.GapTextStorePerformanceTestmeasureGetLineSuccess1.475
org.eclipse.jdt.text.tests.performance.GapTextStorePerformanceTestmeasureInsertAtEndSuccess0.273
org.eclipse.jdt.text.tests.performance.GapTextStorePerformanceTestmeasureInsertAtStartSuccess0.159
org.eclipse.jdt.text.tests.performance.GapTextStorePerformanceTestmeasureRandomReplaceSuccess1.300
org.eclipse.jdt.text.tests.performance.GapTextStorePerformanceTestmeasureRepeatedReplaceSuccess0.141
org.eclipse.jdt.text.tests.performance.GapTextStorePerformanceTestmeasureSetSuccess0.232
org.eclipse.jdt.text.tests.performance.GapTextStorePerformanceTestmeasureTypingReplaceInLargeFileSuccess0.032
org.eclipse.jdt.text.tests.performance.GapTextStorePerformanceTestmeasureTypingReplaceInSmallFileSuccess0.031
org.eclipse.jdt.text.tests.performance.LineTrackerPerformanceTesttestLineByIndexSuccess16.728
org.eclipse.jdt.text.tests.performance.LineTrackerPerformanceTesttestLineByIndex2Success1.498
org.eclipse.jdt.text.tests.performance.LineTrackerPerformanceTesttestLineByOffsetSuccess6.194
org.eclipse.jdt.text.tests.performance.LineTrackerPerformanceTesttestLineByOffset2Success11.039
org.eclipse.jdt.text.tests.performance.LineTrackerPerformanceTesttestRandomReplaceSuccess4.709
org.eclipse.jdt.text.tests.performance.LineTrackerPerformanceTesttestReplaceSuccess1.516
org.eclipse.jdt.text.tests.performance.LineTrackerPerformanceTesttestSetSuccess1.631
Properties »

Back to top

TestCase EventDrivenTestSuite

ClassNameStatusTypeTime(s)
org.eclipse.jdt.text.tests.performance.JavaIndenterTesttestJavaIndenter2Success2.639
org.eclipse.jdt.text.tests.performance.JavaMoveLineTesttestSuccess30.553
org.eclipse.jdt.text.tests.performance.JavaNonInitialTypingTesttestTypeAMethodSuccess277.628
org.eclipse.jdt.text.tests.performance.JavaReplaceAllTesttestFailureN/A

junit.framework.AssertionFailedError
at junit.framework.Assert.fail(Assert.java:55)
at junit.framework.Assert.assertTrue(Assert.java:22)
at junit.framework.Assert.assertTrue(Assert.java:31)
at junit.framework.TestCase.assertTrue(TestCase.java:200)
at org.eclipse.jdt.text.tests.performance.AbstractJavaReplaceAllTest.measure(AbstractJavaReplaceAllTest.java:122)
at org.eclipse.jdt.text.tests.performance.AbstractJavaReplaceAllTest.test(AbstractJavaReplaceAllTest.java:76)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at junit.framework.TestCase.runTest(TestCase.java:177)
at junit.framework.TestCase.runBare(TestCase.java:142)
at junit.framework.TestResult$1.protect(TestResult.java:122)
at junit.framework.TestResult.runProtected(TestResult.java:142)
at junit.framework.TestResult.run(TestResult.java:125)
at junit.framework.TestCase.run(TestCase.java:130)
at junit.framework.TestSuite.runTest(TestSuite.java:241)
at junit.framework.TestSuite.run(TestSuite.java:236)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
at junit.framework.TestResult.runProtected(TestResult.java:142)
at junit.extensions.TestSetup.run(TestSetup.java:27)
at junit.framework.TestSuite.runTest(TestSuite.java:241)
at junit.framework.TestSuite.run(TestSuite.java:236)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
at junit.framework.TestResult.runProtected(TestResult.java:142)
at junit.extensions.TestSetup.run(TestSetup.java:27)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42)
at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80)
at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53)
at org.eclipse.test.EclipseTestRunner.runTests(EclipseTestRunner.java:226)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:202)
at org.eclipse.test.UITestApplication.lambda$0(UITestApplication.java:103)
at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5000)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4480)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:643)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:550)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:171)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:48)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:118)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
at org.eclipse.core.launcher.Main.main(Main.java:44)
2.213
org.eclipse.jdt.text.tests.performance.JavaReplaceAllWithQuickDiffTesttestFailureN/A

junit.framework.AssertionFailedError
at junit.framework.Assert.fail(Assert.java:55)
at junit.framework.Assert.assertTrue(Assert.java:22)
at junit.framework.Assert.assertTrue(Assert.java:31)
at junit.framework.TestCase.assertTrue(TestCase.java:200)
at org.eclipse.jdt.text.tests.performance.AbstractJavaReplaceAllTest.measure(AbstractJavaReplaceAllTest.java:122)
at org.eclipse.jdt.text.tests.performance.AbstractJavaReplaceAllTest.test(AbstractJavaReplaceAllTest.java:76)
at org.eclipse.jdt.text.tests.performance.JavaReplaceAllWithQuickDiffTest.test(JavaReplaceAllWithQuickDiffTest.java:41)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at junit.framework.TestCase.runTest(TestCase.java:177)
at junit.framework.TestCase.runBare(TestCase.java:142)
at junit.framework.TestResult$1.protect(TestResult.java:122)
at junit.framework.TestResult.runProtected(TestResult.java:142)
at junit.framework.TestResult.run(TestResult.java:125)
at junit.framework.TestCase.run(TestCase.java:130)
at junit.framework.TestSuite.runTest(TestSuite.java:241)
at junit.framework.TestSuite.run(TestSuite.java:236)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
at junit.framework.TestResult.runProtected(TestResult.java:142)
at junit.extensions.TestSetup.run(TestSetup.java:27)
at junit.framework.TestSuite.runTest(TestSuite.java:241)
at junit.framework.TestSuite.run(TestSuite.java:236)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
at junit.framework.TestResult.runProtected(TestResult.java:142)
at junit.extensions.TestSetup.run(TestSetup.java:27)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42)
at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80)
at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53)
at org.eclipse.test.EclipseTestRunner.runTests(EclipseTestRunner.java:226)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:202)
at org.eclipse.test.UITestApplication.lambda$0(UITestApplication.java:103)
at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5000)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4480)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:643)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:550)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:171)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:48)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:118)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
at org.eclipse.core.launcher.Main.main(Main.java:44)
2.251
org.eclipse.jdt.text.tests.performance.OpenPreferencePageTesttestOpenPreferencePageSuccess1.350
org.eclipse.jdt.text.tests.performance.ScrollAnnotatedJavaEditorTesttestScrollJavaEditorLineWise1Success33.665
org.eclipse.jdt.text.tests.performance.ScrollAnnotatedJavaEditorTesttestScrollJavaEditorLineWiseMoveCaret1Success41.792
org.eclipse.jdt.text.tests.performance.ScrollAnnotatedJavaEditorTesttestScrollJavaEditorLineWiseSelect1Success88.979
org.eclipse.jdt.text.tests.performance.ScrollAnnotatedJavaEditorTesttestScrollJavaEditorPageWiseSuccess16.847
org.eclipse.jdt.text.tests.performance.ScrollJavaEditorTesttestScrollJavaEditorLineWise2Success32.924
org.eclipse.jdt.text.tests.performance.ScrollJavaEditorTesttestScrollJavaEditorLineWiseHoldKeysSuccess8.002
org.eclipse.jdt.text.tests.performance.ScrollJavaEditorTesttestScrollJavaEditorLineWiseMoveCaret2Success41.974
org.eclipse.jdt.text.tests.performance.ScrollJavaEditorTesttestScrollJavaEditorLineWiseSelect2Success94.025
org.eclipse.jdt.text.tests.performance.ScrollJavaEditorTesttestScrollJavaEditorLineWiseSelectHoldKeysSuccess8.002
org.eclipse.jdt.text.tests.performance.ScrollJavaEditorTesttestScrollJavaEditorPageWiseSuccess16.119
org.eclipse.jdt.text.tests.performance.ScrollTextEditorTesttestScrollTextEditorLineWise2Success30.147
org.eclipse.jdt.text.tests.performance.ScrollTextEditorTesttestScrollTextEditorLineWiseHoldKeysSuccess8.002
org.eclipse.jdt.text.tests.performance.ScrollTextEditorTesttestScrollTextEditorLineWiseMoveCaret2Success34.100
org.eclipse.jdt.text.tests.performance.ScrollTextEditorTesttestScrollTextEditorLineWiseSelect2Success54.034
org.eclipse.jdt.text.tests.performance.ScrollTextEditorTesttestScrollTextEditorLineWiseSelectHoldKeysSuccess8.002
org.eclipse.jdt.text.tests.performance.ScrollTextEditorTesttestScrollTextEditorPageWiseSuccess13.442
org.eclipse.jdt.text.tests.performance.ScrollVerticalRuler1000TesttestScrollTextEditorLineWiseMoveCaret2Success24.393
org.eclipse.jdt.text.tests.performance.ScrollVerticalRuler1000TesttestScrollTextEditorPageWiseSuccess10.076
org.eclipse.jdt.text.tests.performance.ScrollVerticalRuler100TesttestScrollTextEditorLineWiseMoveCaret2Success10.576
org.eclipse.jdt.text.tests.performance.ScrollVerticalRuler100TesttestScrollTextEditorPageWiseSuccess30.615
org.eclipse.jdt.text.tests.performance.ScrollVerticalRuler5000TesttestScrollTextEditorPageWiseSuccess13.052
org.eclipse.jdt.text.tests.performance.TextMoveLineTesttestSuccess11.556
org.eclipse.jdt.text.tests.performance.TextNonInitialTypingTesttestTypeAMethodSuccess223.846
org.eclipse.jdt.text.tests.performance.WhitespaceCharacterPainterTesttestScrollTextEditorLineWise2Success43.472
org.eclipse.jdt.text.tests.performance.WhitespaceCharacterPainterTesttestScrollTextEditorLineWiseMoveCaret2Success51.431
org.eclipse.jdt.text.tests.performance.WhitespaceCharacterPainterTesttestScrollTextEditorLineWiseSelect2Success94.548
org.eclipse.jdt.text.tests.performance.WhitespaceCharacterPainterTesttestScrollTextEditorPageWiseSuccess17.524
Properties »

Back to top

TestCase PerformanceTestSuite2

ClassNameStatusTypeTime(s)
org.eclipse.jdt.text.tests.performance.EmptyTestCasetestSuccess0.000
org.eclipse.jdt.text.tests.performance.OpenJavaEditorTesttestOpenEditor3Success44.333
org.eclipse.jdt.text.tests.performance.OpenJavaEditorTesttestOpenEditor4Success38.269
org.eclipse.jdt.text.tests.performance.OpenJavaEditorTesttestOpenEditor5Success38.651
org.eclipse.jdt.text.tests.performance.OpenJavaEditorTesttestOpenEditor6Success37.613
org.eclipse.jdt.text.tests.performance.OpenJavaEditorTesttestOpenJavaEditor1Success73.557
org.eclipse.jdt.text.tests.performance.OpenJavaEditorTesttestOpenJavaEditor2Success30.289
Properties »

Back to top

TestCase PerformanceTestSuite3

ClassNameStatusTypeTime(s)
org.eclipse.jdt.text.tests.performance.EmptyTestCasetestSuccess0.000
org.eclipse.jdt.text.tests.performance.OpenTextEditorTesttestOpenEditor3Success71.891
org.eclipse.jdt.text.tests.performance.OpenTextEditorTesttestOpenTextEditor1Success47.050
org.eclipse.jdt.text.tests.performance.OpenTextEditorTesttestOpenTextEditor2Success41.922
Properties »

Back to top

TestCase PerformanceTestSuite4

ClassNameStatusTypeTime(s)
org.eclipse.jdt.text.tests.performance.EmptyTestCasetestSuccess0.000
org.eclipse.jdt.text.tests.performance.OpenJavaEditorStartupTesttestJavaEditorStartupSuccess0.044
Properties »

Back to top

TestCase PerformanceTestSuite5

ClassNameStatusTypeTime(s)
org.eclipse.jdt.text.tests.performance.OpenTextEditorStartupTesttestTextEditorStartupSuccess0.043
Properties »

Back to top

TestCase WordRulePerformanceTestSuite

ClassNameStatusTypeTime(s)
org.eclipse.jdt.text.tests.performance.WordRulePerformanceTestmeasureIgnoreCaseSuccess1.725
Properties »

Back to top