DescriptiveStatistics timeStats = new DescriptiveStatistics();
DescriptiveStatistics trysStats = new DescriptiveStatistics();
int count = 0;
while (++count < 500) {
CC.resetTensorNames();
Product from = rp.nextProduct(15);
Product target = from.clone();
long start = System.nanoTime();
ProductsBijectionsPort port = new ProductsBijectionsPort(from.getContent(), target.getContent());
Tensor[] dataFrom = from.getContent().getDataCopy();