Skip to content

Commit

Permalink
Group reports only by bug hash when uniqueing
Browse files Browse the repository at this point in the history
- Increase performance of the filter queries.
- Uniqueing the filters and reports only by bughash.
  • Loading branch information
csordasmarton committed Nov 14, 2017
1 parent 7fbb80c commit e4455e3
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 150 deletions.
2 changes: 1 addition & 1 deletion libcodechecker/libclient/thrift_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def getSourceFileData(self, fileId, fileContent, encoding):
pass

@ThriftClientCall
def getRunResultCount(self, runIds, reportFilters):
def getRunResultCount(self, runIds, reportFilters, cmp_data):
pass

@ThriftClientCall
Expand Down
Loading

0 comments on commit e4455e3

Please sign in to comment.