public boolean existUser()

in client-base/src/main/java/org/apache/dubbo/benchmark/ClientPb.java [51:55]


    public boolean existUser() throws Exception {
        final int count = counter.getAndIncrement();
        return userService.existUser(PagePB.Request.newBuilder().setEmail(String.valueOf(count)).build())
                .getState();
    }