aboutsummaryrefslogtreecommitdiff
path: root/test/git/test_performance.py
AgeCommit message (Collapse)Author
2010-06-02Added performance testing foundation library, reworked existing performance ↵Sebastian Thiel
tests to work on larger repositories
2010-06-02Added commit-iteration testSebastian Thiel
2010-04-30Added additional tz_offset testing in performance test to call it more often.Sebastian Thiel
Fixed test which required to be on master to work - it now uses the HEAD symbolic ref instead.
2010-03-04Converted all tabs to 4 space characters each to comply with pep8Sebastian Thiel
2009-11-27Fixed issue with commit traversal due to missing visit_once in the traversal ↵Sebastian Thiel
method, improved code performance by disabling the visit-once flag by default for trees, which by nature are not recursive
2009-11-27Added test that gets into a commit traversal loopSebastian Thiel
2009-10-22Adjusted all remaining test suites to use the new TestBase class where ↵Sebastian Thiel
appropriate
2009-10-15Added Commit.iter_parents to iterate all parentsSebastian Thiel
Renamed Commit.commits to iter_commits repo: assured proper use of the terms revision ( rev ) and reference ( ref )
2009-10-15test_performance: module containing benchmarks to get an idea of the ↵Sebastian Thiel
achieved throughput repo.commits: max_count is None by default moved benchmark-like test from test_commit to test_performance