4344454647484950515253
ViewResult result = null; for(int i=0;i<10;++i){ long st = System.nanoTime(); result = or.productsWithQuantity(); for (ViewResult.Row row : result.getRows()) { for(Product p : allProd) { if(row.getKey().equals(p.getProductID())) {