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