Browse Source

codCommitCounts take out unneeded call to __commit_count in run_list_tests

haleyyoung 12 years ago
parent
commit
eb74f22dcd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      benchmarker.py

+ 1 - 1
benchmarker.py

@@ -26,7 +26,7 @@ class Benchmarker:
 
     for test in all_tests:
       print str(test.sort) + ": " + test.name
-    self.__count_commits()
+
     self.__finish()
 
   ############################################################