Skip to content

Commit

Permalink
Remove stale comment in Bench
Browse files Browse the repository at this point in the history
  • Loading branch information
jkni committed Dec 18, 2023
1 parent 04339e1 commit 43c510e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ private static ResultSummary performQueries(DataSet ds, RandomAccessVectorValues
nodesVisited.add(sr.getVisitedCount());
});
}
return new ResultSummary((int) topKfound.sum(), nodesVisited.sum()); // TODO do we care enough about visited count to hack it back into searcher?
return new ResultSummary((int) topKfound.sum(), nodesVisited.sum());
}

public static void main(String[] args) throws IOException {
Expand Down

0 comments on commit 43c510e

Please sign in to comment.