aboutsummaryrefslogtreecommitdiff
path: root/git/test/performance/db/test_odb_dulwich.py
AgeCommit message (Collapse)Author
2011-07-08Fixed up tests to actually use pygit2. Its worth noting that the performance ↵Sebastian Thiel
tests only work reliably in a patched up version, or the next point release.
2011-07-08Added basic frame for pygit2 - it just needs some basic methods to be ↵Sebastian Thiel
implemented now - depending on the performance, it might actually receive some more work
2011-07-07Added default performance tests - these should help to measure something at ↵Sebastian Thiel
least, which implicitly includes pack handling. For the pack specific tests to work, one would need a pack interface though, which is currently not planned to be specifically exposed