Skip to content

Commit

Permalink
Fix: exec time calculated twice (#4031)
Browse files Browse the repository at this point in the history
Co-authored-by: Sophie <[email protected]>
  • Loading branch information
SuperYoko and Sophie-Xie authored Mar 15, 2022
1 parent 7357797 commit 2d7c1fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/graph/executor/query/TraverseExecutor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ void TraverseExecutor::addStats(RpcResponse& resp, int64_t getNbrTimeInUSec) {
}

folly::Future<Status> TraverseExecutor::handleResponse(RpcResponse&& resps) {
SCOPED_TIMER(&execTime_);
auto result = handleCompleteness(resps, FLAGS_accept_partial_success);
if (!result.ok()) {
return folly::makeFuture<Status>(std::move(result).status());
Expand Down

0 comments on commit 2d7c1fb

Please sign in to comment.