refactor(性能测试): 性能测试重构, 统一聚合时间
This commit is contained in:
parent
7ae2628bf2
commit
7515b697a1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue