summaryrefslogtreecommitdiff
path: root/test/git/test_performance.py
Commit message (Expand)AuthorAgeFilesLines
* Added additional tz_offset testing in performance test to call it more often.Sebastian Thiel2010-04-301-0/+3
* Converted all tabs to 4 space characters each to comply with pep8Sebastian Thiel2010-03-041-37/+37
* Fixed issue with commit traversal due to missing visit_once in the traversal ...Sebastian Thiel2009-11-271-3/+1
* Added test that gets into a commit traversal loopSebastian Thiel2009-11-271-5/+20
* Adjusted all remaining test suites to use the new TestBase class where approp...Sebastian Thiel2009-10-221-4/+2
* Added Commit.iter_parents to iterate all parentsSebastian Thiel2009-10-151-1/+1
* test_performance: module containing benchmarks to get an idea of the achieved...Sebastian Thiel2009-10-151-0/+38