diff --git a/benchmarker.py b/benchmarker.py index eb9e8254428..57e55489056 100644 --- a/benchmarker.py +++ b/benchmarker.py @@ -26,7 +26,7 @@ def run_list_tests(self): for test in all_tests: print str(test.sort) + ": " + test.name - self.__count_commits() + self.__finish() ############################################################