refactor(性能测试): 性能测试重构, 统一聚合时间

This commit is contained in:
Captain.B 2021-08-04 11:11:42 +08:00 committed by 刘瑞斌
parent 7ae2628bf2
commit 7515b697a1
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ public class GranularityData {
dataList.add(new Data(30001, 60000, 600_000));
dataList.add(new Data(60001, 180000, 1800_000));
dataList.add(new Data(180001, 360000, 3600_000));
dataList.add(new Data(360000, Integer.MAX_VALUE, 3600));
dataList.add(new Data(360000, Integer.MAX_VALUE, 3600_000));
}
@Getter