mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix test
This commit is contained in:
@@ -30,8 +30,11 @@ public class Issue2649Test {
|
|||||||
|
|
||||||
final StopWatch stopWatch = new StopWatch();
|
final StopWatch stopWatch = new StopWatch();
|
||||||
stopWatch.start();
|
stopWatch.start();
|
||||||
|
|
||||||
|
for (int i = 0; i < 50; i++) {
|
||||||
@SuppressWarnings("unused")
|
@SuppressWarnings("unused")
|
||||||
final List<View2> view2s = BeanUtil.copyToList(view1List, View2.class);
|
final List<View2> view2s = BeanUtil.copyToList(view1List, View2.class);
|
||||||
|
}
|
||||||
stopWatch.stop();
|
stopWatch.stop();
|
||||||
Console.log(stopWatch.getTotalTimeSeconds());
|
Console.log(stopWatch.getTotalTimeSeconds());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user