Skip to content

Commit

Permalink
codCommitCounts take out unneeded call to __commit_count in run_list_…
Browse files Browse the repository at this point in the history
…tests
  • Loading branch information
haleyyoung committed Jul 23, 2013
1 parent 14c76d3 commit 3d0cbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarker.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

############################################################
Expand Down

0 comments on commit 3d0cbb4

Please sign in to comment.