Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAxel Richard2015-01-23 09:46:29 +0000
committerAxel Richard2015-01-23 09:46:29 +0000
commitb002023f5c26c1690e1e20e655472ee6aa03da6a (patch)
treee4c6dd75e7512d22529ee18456164818118a7250
parentc885c4068703c6f8737adf7e12493f083674878c (diff)
downloadorg.eclipse.emf.compare-b002023f5c26c1690e1e20e655472ee6aa03da6a.tar.gz
org.eclipse.emf.compare-b002023f5c26c1690e1e20e655472ee6aa03da6a.tar.xz
org.eclipse.emf.compare-b002023f5c26c1690e1e20e655472ee6aa03da6a.zip
Remove Closing Welcome Page step from git performances tests
Change-Id: If6e3d951049ce7de198b8f14543cd5e6afc3ac9c Signed-off-by: Axel Richard <axel.richard@obeo.fr>
-rw-r--r--performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitCompare.java11
-rw-r--r--performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitConflict.java11
-rw-r--r--performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitDiff.java11
-rw-r--r--performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitEqui.java11
-rw-r--r--performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitMatchContent.java11
-rw-r--r--performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitMatchId.java11
-rw-r--r--performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitPostComparisonGMF.java11
-rw-r--r--performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitPostComparisonUML.java11
-rw-r--r--performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitPostMatchUML.java11
-rw-r--r--performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitReq.java11
10 files changed, 0 insertions, 110 deletions
diff --git a/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitCompare.java b/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitCompare.java
index 54479f5d2..c6f1a04b3 100644
--- a/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitCompare.java
+++ b/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitCompare.java
@@ -13,9 +13,6 @@ package org.eclipse.emf.compare.tests.performance.git;
import org.eclipse.emf.compare.tests.performance.AbstractEMFComparePerformanceTest;
import org.eclipse.emf.compare.tests.performance.TestCompare;
import org.eclipse.emf.compare.utils.UseIdentifiers;
-import org.eclipse.ui.PlatformUI;
-import org.eclipse.ui.intro.IIntroManager;
-import org.eclipse.ui.intro.IIntroPart;
import org.junit.FixMethodOrder;
import org.junit.Test;
import org.junit.runners.MethodSorters;
@@ -45,10 +42,6 @@ public class TestGitCompare extends AbstractEMFComparePerformanceTest {
public void a_matchIdUMLSmall() {
PerformanceMonitor monitor = getPerformance().createMonitor("compareUMLSmall");
- final IIntroManager introManager = PlatformUI.getWorkbench().getIntroManager();
- IIntroPart part = introManager.getIntro();
- introManager.closeIntro(part);
-
final DataGit data = new SmallGitInputData();
monitor.measure(warmup(), getStepsNumber(), new Runnable() {
public void run() {
@@ -62,10 +55,6 @@ public class TestGitCompare extends AbstractEMFComparePerformanceTest {
public void b_matchIdUMLNominal() {
PerformanceMonitor monitor = getPerformance().createMonitor("compareUMLNominal");
- final IIntroManager introManager = PlatformUI.getWorkbench().getIntroManager();
- IIntroPart part = introManager.getIntro();
- introManager.closeIntro(part);
-
final DataGit data = new NominalGitInputData();
monitor.measure(warmup(), getStepsNumber(), new Runnable() {
public void run() {
diff --git a/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitConflict.java b/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitConflict.java
index 71df7df68..a7f9d0379 100644
--- a/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitConflict.java
+++ b/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitConflict.java
@@ -12,9 +12,6 @@ package org.eclipse.emf.compare.tests.performance.git;
import org.eclipse.emf.compare.tests.performance.AbstractEMFComparePerformanceTest;
import org.eclipse.emf.compare.tests.performance.TestConflict;
-import org.eclipse.ui.PlatformUI;
-import org.eclipse.ui.intro.IIntroManager;
-import org.eclipse.ui.intro.IIntroPart;
import org.junit.FixMethodOrder;
import org.junit.Test;
import org.junit.runners.MethodSorters;
@@ -44,10 +41,6 @@ public class TestGitConflict extends AbstractEMFComparePerformanceTest {
public void a_matchIdUMLSmall() {
PerformanceMonitor monitor = getPerformance().createMonitor("conflictUMLSmall");
- final IIntroManager introManager = PlatformUI.getWorkbench().getIntroManager();
- IIntroPart part = introManager.getIntro();
- introManager.closeIntro(part);
-
final DataGit data = new SmallGitInputData();
data.match();
data.diff();
@@ -65,10 +58,6 @@ public class TestGitConflict extends AbstractEMFComparePerformanceTest {
public void b_matchIdUMLNominal() {
PerformanceMonitor monitor = getPerformance().createMonitor("conflictUMLNominal");
- final IIntroManager introManager = PlatformUI.getWorkbench().getIntroManager();
- IIntroPart part = introManager.getIntro();
- introManager.closeIntro(part);
-
final DataGit data = new NominalGitInputData();
data.match();
data.diff();
diff --git a/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitDiff.java b/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitDiff.java
index 934be8b15..87a209208 100644
--- a/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitDiff.java
+++ b/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitDiff.java
@@ -12,9 +12,6 @@ package org.eclipse.emf.compare.tests.performance.git;
import org.eclipse.emf.compare.tests.performance.AbstractEMFComparePerformanceTest;
import org.eclipse.emf.compare.tests.performance.TestDiff;
-import org.eclipse.ui.PlatformUI;
-import org.eclipse.ui.intro.IIntroManager;
-import org.eclipse.ui.intro.IIntroPart;
import org.junit.FixMethodOrder;
import org.junit.Test;
import org.junit.runners.MethodSorters;
@@ -44,10 +41,6 @@ public class TestGitDiff extends AbstractEMFComparePerformanceTest {
public void a_matchIdUMLSmall() {
PerformanceMonitor monitor = getPerformance().createMonitor("diffUMLSmall");
- final IIntroManager introManager = PlatformUI.getWorkbench().getIntroManager();
- IIntroPart part = introManager.getIntro();
- introManager.closeIntro(part);
-
final DataGit data = new SmallGitInputData();
data.match();
monitor.measure(warmup(), getStepsNumber(), new Runnable() {
@@ -62,10 +55,6 @@ public class TestGitDiff extends AbstractEMFComparePerformanceTest {
public void b_matchIdUMLNominal() {
PerformanceMonitor monitor = getPerformance().createMonitor("diffUMLNominal");
- final IIntroManager introManager = PlatformUI.getWorkbench().getIntroManager();
- IIntroPart part = introManager.getIntro();
- introManager.closeIntro(part);
-
final DataGit data = new NominalGitInputData();
data.match();
monitor.measure(warmup(), getStepsNumber(), new Runnable() {
diff --git a/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitEqui.java b/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitEqui.java
index 44c22ec29..6ed91cf22 100644
--- a/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitEqui.java
+++ b/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitEqui.java
@@ -12,9 +12,6 @@ package org.eclipse.emf.compare.tests.performance.git;
import org.eclipse.emf.compare.tests.performance.AbstractEMFComparePerformanceTest;
import org.eclipse.emf.compare.tests.performance.TestEqui;
-import org.eclipse.ui.PlatformUI;
-import org.eclipse.ui.intro.IIntroManager;
-import org.eclipse.ui.intro.IIntroPart;
import org.junit.FixMethodOrder;
import org.junit.Test;
import org.junit.runners.MethodSorters;
@@ -44,10 +41,6 @@ public class TestGitEqui extends AbstractEMFComparePerformanceTest {
public void a_matchIdUMLSmall() {
PerformanceMonitor monitor = getPerformance().createMonitor("equiUMLSmall");
- final IIntroManager introManager = PlatformUI.getWorkbench().getIntroManager();
- IIntroPart part = introManager.getIntro();
- introManager.closeIntro(part);
-
final DataGit data = new SmallGitInputData();
data.match();
data.diff();
@@ -63,10 +56,6 @@ public class TestGitEqui extends AbstractEMFComparePerformanceTest {
public void b_matchIdUMLNominal() {
PerformanceMonitor monitor = getPerformance().createMonitor("equiUMLNominal");
- final IIntroManager introManager = PlatformUI.getWorkbench().getIntroManager();
- IIntroPart part = introManager.getIntro();
- introManager.closeIntro(part);
-
final DataGit data = new NominalGitInputData();
data.match();
data.diff();
diff --git a/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitMatchContent.java b/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitMatchContent.java
index 89efaeb4d..019fe8f6f 100644
--- a/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitMatchContent.java
+++ b/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitMatchContent.java
@@ -13,9 +13,6 @@ package org.eclipse.emf.compare.tests.performance.git;
import org.eclipse.emf.compare.tests.performance.AbstractEMFComparePerformanceTest;
import org.eclipse.emf.compare.tests.performance.TestMatchContent;
import org.eclipse.emf.compare.utils.UseIdentifiers;
-import org.eclipse.ui.PlatformUI;
-import org.eclipse.ui.intro.IIntroManager;
-import org.eclipse.ui.intro.IIntroPart;
import org.junit.FixMethodOrder;
import org.junit.Test;
import org.junit.runners.MethodSorters;
@@ -45,10 +42,6 @@ public class TestGitMatchContent extends AbstractEMFComparePerformanceTest {
public void a_matchIdUMLSmall() {
PerformanceMonitor monitor = getPerformance().createMonitor("matchContentUMLSmall");
- final IIntroManager introManager = PlatformUI.getWorkbench().getIntroManager();
- IIntroPart part = introManager.getIntro();
- introManager.closeIntro(part);
-
final DataGit data = new SmallGitInputData();
monitor.measure(warmup(), getStepsNumber(), new Runnable() {
public void run() {
@@ -62,10 +55,6 @@ public class TestGitMatchContent extends AbstractEMFComparePerformanceTest {
public void b_matchIdUMLNominal() {
PerformanceMonitor monitor = getPerformance().createMonitor("matchContentUMLNominal");
- final IIntroManager introManager = PlatformUI.getWorkbench().getIntroManager();
- IIntroPart part = introManager.getIntro();
- introManager.closeIntro(part);
-
final DataGit data = new NominalGitInputData();
monitor.measure(warmup(), getStepsNumber(), new Runnable() {
public void run() {
diff --git a/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitMatchId.java b/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitMatchId.java
index 799fe7a13..718c04edb 100644
--- a/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitMatchId.java
+++ b/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitMatchId.java
@@ -13,9 +13,6 @@ package org.eclipse.emf.compare.tests.performance.git;
import org.eclipse.emf.compare.tests.performance.AbstractEMFComparePerformanceTest;
import org.eclipse.emf.compare.tests.performance.TestMatchId;
import org.eclipse.emf.compare.utils.UseIdentifiers;
-import org.eclipse.ui.PlatformUI;
-import org.eclipse.ui.intro.IIntroManager;
-import org.eclipse.ui.intro.IIntroPart;
import org.junit.FixMethodOrder;
import org.junit.Test;
import org.junit.runners.MethodSorters;
@@ -45,10 +42,6 @@ public class TestGitMatchId extends AbstractEMFComparePerformanceTest {
public void a_matchIdUMLSmall() {
PerformanceMonitor monitor = getPerformance().createMonitor("matchIdUMLSmall");
- final IIntroManager introManager = PlatformUI.getWorkbench().getIntroManager();
- IIntroPart part = introManager.getIntro();
- introManager.closeIntro(part);
-
final DataGit data = new SmallGitInputData();
monitor.measure(warmup(), getStepsNumber(), new Runnable() {
public void run() {
@@ -62,10 +55,6 @@ public class TestGitMatchId extends AbstractEMFComparePerformanceTest {
public void b_matchIdUMLNominal() {
PerformanceMonitor monitor = getPerformance().createMonitor("matchIdUMLNominal");
- final IIntroManager introManager = PlatformUI.getWorkbench().getIntroManager();
- IIntroPart part = introManager.getIntro();
- introManager.closeIntro(part);
-
final DataGit data = new NominalGitInputData();
monitor.measure(warmup(), getStepsNumber(), new Runnable() {
public void run() {
diff --git a/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitPostComparisonGMF.java b/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitPostComparisonGMF.java
index 1a4f58b86..1241e562b 100644
--- a/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitPostComparisonGMF.java
+++ b/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitPostComparisonGMF.java
@@ -12,9 +12,6 @@ package org.eclipse.emf.compare.tests.performance.git;
import org.eclipse.emf.compare.tests.performance.AbstractEMFComparePerformanceTest;
import org.eclipse.emf.compare.tests.performance.TestPostComparisonGMF;
-import org.eclipse.ui.PlatformUI;
-import org.eclipse.ui.intro.IIntroManager;
-import org.eclipse.ui.intro.IIntroPart;
import org.junit.FixMethodOrder;
import org.junit.Test;
import org.junit.runners.MethodSorters;
@@ -44,10 +41,6 @@ public class TestGitPostComparisonGMF extends AbstractEMFComparePerformanceTest
public void a_matchIdUMLSmall() {
PerformanceMonitor monitor = getPerformance().createMonitor("pcGMFUMLSmall");
- final IIntroManager introManager = PlatformUI.getWorkbench().getIntroManager();
- IIntroPart part = introManager.getIntro();
- introManager.closeIntro(part);
-
final DataGit data = new SmallGitInputData();
data.match();
data.diff();
@@ -66,10 +59,6 @@ public class TestGitPostComparisonGMF extends AbstractEMFComparePerformanceTest
public void b_matchIdUMLNominal() {
PerformanceMonitor monitor = getPerformance().createMonitor("pcGMFUMLNominal");
- final IIntroManager introManager = PlatformUI.getWorkbench().getIntroManager();
- IIntroPart part = introManager.getIntro();
- introManager.closeIntro(part);
-
final DataGit data = new NominalGitInputData();
data.match();
data.diff();
diff --git a/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitPostComparisonUML.java b/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitPostComparisonUML.java
index eeacc5021..71c65d59b 100644
--- a/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitPostComparisonUML.java
+++ b/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitPostComparisonUML.java
@@ -12,9 +12,6 @@ package org.eclipse.emf.compare.tests.performance.git;
import org.eclipse.emf.compare.tests.performance.AbstractEMFComparePerformanceTest;
import org.eclipse.emf.compare.tests.performance.TestPostComparisonUML;
-import org.eclipse.ui.PlatformUI;
-import org.eclipse.ui.intro.IIntroManager;
-import org.eclipse.ui.intro.IIntroPart;
import org.junit.FixMethodOrder;
import org.junit.Test;
import org.junit.runners.MethodSorters;
@@ -44,10 +41,6 @@ public class TestGitPostComparisonUML extends AbstractEMFComparePerformanceTest
public void a_matchIdUMLSmall() {
PerformanceMonitor monitor = getPerformance().createMonitor("pcUMLUMLSmall");
- final IIntroManager introManager = PlatformUI.getWorkbench().getIntroManager();
- IIntroPart part = introManager.getIntro();
- introManager.closeIntro(part);
-
final DataGit data = new SmallGitInputData();
data.match();
data.postMatchUML();
@@ -67,10 +60,6 @@ public class TestGitPostComparisonUML extends AbstractEMFComparePerformanceTest
public void b_matchIdUMLNominal() {
PerformanceMonitor monitor = getPerformance().createMonitor("pcUMLUMLNominal");
- final IIntroManager introManager = PlatformUI.getWorkbench().getIntroManager();
- IIntroPart part = introManager.getIntro();
- introManager.closeIntro(part);
-
final DataGit data = new NominalGitInputData();
data.match();
data.postMatchUML();
diff --git a/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitPostMatchUML.java b/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitPostMatchUML.java
index 1dedad97b..8892321e9 100644
--- a/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitPostMatchUML.java
+++ b/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitPostMatchUML.java
@@ -12,9 +12,6 @@ package org.eclipse.emf.compare.tests.performance.git;
import org.eclipse.emf.compare.tests.performance.AbstractEMFComparePerformanceTest;
import org.eclipse.emf.compare.tests.performance.TestPostComparisonGMF;
-import org.eclipse.ui.PlatformUI;
-import org.eclipse.ui.intro.IIntroManager;
-import org.eclipse.ui.intro.IIntroPart;
import org.junit.FixMethodOrder;
import org.junit.Test;
import org.junit.runners.MethodSorters;
@@ -44,10 +41,6 @@ public class TestGitPostMatchUML extends AbstractEMFComparePerformanceTest {
public void a_matchIdUMLSmall() {
PerformanceMonitor monitor = getPerformance().createMonitor("pmUMLUMLSmall");
- final IIntroManager introManager = PlatformUI.getWorkbench().getIntroManager();
- IIntroPart part = introManager.getIntro();
- introManager.closeIntro(part);
-
final DataGit data = new SmallGitInputData();
data.match();
monitor.measure(warmup(), getStepsNumber(), new Runnable() {
@@ -62,10 +55,6 @@ public class TestGitPostMatchUML extends AbstractEMFComparePerformanceTest {
public void b_matchIdUMLNominal() {
PerformanceMonitor monitor = getPerformance().createMonitor("pmUMLUMLNominal");
- final IIntroManager introManager = PlatformUI.getWorkbench().getIntroManager();
- IIntroPart part = introManager.getIntro();
- introManager.closeIntro(part);
-
final DataGit data = new NominalGitInputData();
data.match();
monitor.measure(warmup(), getStepsNumber(), new Runnable() {
diff --git a/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitReq.java b/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitReq.java
index 5269b3a8f..624786391 100644
--- a/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitReq.java
+++ b/performance/org.eclipse.emf.compare.tests.performance/src/org/eclipse/emf/compare/tests/performance/git/TestGitReq.java
@@ -12,9 +12,6 @@ package org.eclipse.emf.compare.tests.performance.git;
import org.eclipse.emf.compare.tests.performance.AbstractEMFComparePerformanceTest;
import org.eclipse.emf.compare.tests.performance.TestReq;
-import org.eclipse.ui.PlatformUI;
-import org.eclipse.ui.intro.IIntroManager;
-import org.eclipse.ui.intro.IIntroPart;
import org.junit.FixMethodOrder;
import org.junit.Test;
import org.junit.runners.MethodSorters;
@@ -44,10 +41,6 @@ public class TestGitReq extends AbstractEMFComparePerformanceTest {
public void a_matchIdUMLSmall() {
PerformanceMonitor monitor = getPerformance().createMonitor("reqUMLSmall");
- final IIntroManager introManager = PlatformUI.getWorkbench().getIntroManager();
- IIntroPart part = introManager.getIntro();
- introManager.closeIntro(part);
-
final DataGit data = new SmallGitInputData();
data.match();
data.diff();
@@ -63,10 +56,6 @@ public class TestGitReq extends AbstractEMFComparePerformanceTest {
public void b_matchIdUMLNominal() {
PerformanceMonitor monitor = getPerformance().createMonitor("reqUMLNominal");
- final IIntroManager introManager = PlatformUI.getWorkbench().getIntroManager();
- IIntroPart part = introManager.getIntro();
- introManager.closeIntro(part);
-
final DataGit data = new NominalGitInputData();
data.match();
data.diff();

Back to the top