|
@@ -144,7 +144,9 @@ public class RankStrategyBy688 extends RankStrategyBasic {
|
|
|
|
|
|
boolean isGuaranteedFlow = getIsGuaranteedFlow(scoreParam);
|
|
|
Map<String, GuaranteeView> map = getGuaranteeViewMap(request, isGuaranteedFlow);
|
|
|
+ long startx = System.currentTimeMillis();
|
|
|
Map<Long, CorrectCpaParam> correctCpaMap = getCorrectCpaParamMap(request, scoreParam);
|
|
|
+ log.info("correctCpaMap time:{}ms", System.currentTimeMillis() - startx);
|
|
|
List<AdRankItem> adRankItems = new ArrayList<>();
|
|
|
Random random = new Random();
|
|
|
List<Future<AdRankItem>> futures = new ArrayList<>();
|