summaryrefslogtreecommitdiff
path: root/test/git/test_performance.py
Commit message (Collapse)AuthorAgeFilesLines
* Added performance testing foundation library, reworked existing performance ↵Sebastian Thiel2010-06-021-68/+0
| | | | tests to work on larger repositories
* Added commit-iteration testSebastian Thiel2010-06-021-40/+56
|
* Added additional tz_offset testing in performance test to call it more often.Sebastian Thiel2010-04-301-0/+3
| | | | Fixed test which required to be on master to work - it now uses the HEAD symbolic ref instead.
* 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
| | | | method, improved code performance by disabling the visit-once flag by default for trees, which by nature are not recursive
* 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 ↵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