瀏覽代碼

codCommitCounts take out unneeded call to __commit_count in run_list_tests

haleyyoung 12 年之前
父節點
當前提交
eb74f22dcd
共有 1 個文件被更改,包括 1 次插入1 次删除
  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()
 
   ############################################################