summaryrefslogtreecommitdiff
path: root/test/git/test_performance.py
Commit message (Collapse)AuthorAgeFilesLines
* Adjusted all remaining test suites to use the new TestBase class where ↵Sebastian Thiel2009-10-221-4/+2
| | | | appropriate
* Added Commit.iter_parents to iterate all parentsSebastian Thiel2009-10-151-1/+1
| | | | | Renamed Commit.commits to iter_commits repo: assured proper use of the terms revision ( rev ) and reference ( ref )
* test_performance: module containing benchmarks to get an idea of the ↵Sebastian Thiel2009-10-151-0/+38
achieved throughput repo.commits: max_count is None by default moved benchmark-like test from test_commit to test_performance