mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Refactor for query plan capture with initial threshold micros
This commit is contained in:
@@ -190,8 +190,9 @@ public class TestCustomerFinder extends BaseTestCase {
|
||||
}
|
||||
|
||||
QueryPlanRequest request = new QueryPlanRequest();
|
||||
|
||||
List<MetaQueryPlan> plans = server().getMetaInfoManager().collectQueryPlans(request);
|
||||
assertThat(plans).isNotEmpty();
|
||||
|
||||
for (MetaQueryPlan plan : plans) {
|
||||
System.out.println(plan);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user