}
@Override
public void testPerfLink () {
System.out.println("=========== start testPerfLink test");
Implementation impl= CST.apamResolver.findImplByName(null,"S2Impl");
long overHead = 0 ;
long fin ;
long duree ;
long deb ;
int nb = 1000;
int nbInst = 0 ;
System.out.println("creating 2 instances");
Implementation implS1 = CST.apamResolver.findImplByName(null,"S1ImplEmpty");
implS1.createInstance(null, null);
nbInst++ ;
implS1.createInstance(null, null);
nbInst++ ;
Instance test = null ;
String s ;
Link l ;
for (int k = 0; k < 10; k++) {
System.out.println("creating 1000 instances");
for (int i = 0; i < 100; i++) {
test = implS1.createInstance(null, null);
nbInst++ ;
}
test.setProperty("debit", 2000) ;
for (int j = 0; j < 10; j++) {