Skip to content

Commit

Permalink
CCBC-908: cbc-n1qlback: report number of loaded queries
Browse files Browse the repository at this point in the history
Change-Id: I4aee6aff8951d1dbaddbb494552e8560742dc63f
Reviewed-on: http://review.couchbase.org/91026
Reviewed-by: Matt Carabine <matt.carabine@couchbase.com>
Tested-by: Build Bot <build@couchbase.com>
  • Loading branch information
avsej committed Mar 15, 2018
1 parent 85cc544 commit 3d7db28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/cbc-n1qlback.cc
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ class Configuration
m_queries.push_back(curline);
}
}
std::cerr << "Loaded " << m_queries.size() << " queries "
<< "from \"" << o_file.const_result() << "\"" << std::endl;
if (m_params.useTimings()) {
GlobalMetrics.prepare_timings();
}
Expand Down

0 comments on commit 3d7db28

Please sign in to comment.