aboutsummaryrefslogtreecommitdiff
path: root/git/test/performance
AgeCommit message (Expand)Author
2014-07-25Autopep8 fixes with maximum line length 120Craig Northway
2014-02-10Basic fixes to get tests back on track. Of course there is much more work to ...Sebastian Thiel
2014-02-09tabs to 4 spaces - overall state of this branch is desolate, but fixable. Nee...Sebastian Thiel
2011-07-08Fixed up tests to actually use pygit2. Its worth noting that the performance ...Sebastian Thiel
2011-07-08Added basic frame for pygit2 - it just needs some basic methods to be impleme...Sebastian Thiel
2011-07-07Added default performance tests - these should help to measure something at l...Sebastian Thiel
2011-07-05util: pick the type of memory manager based on the python version, to have op...Sebastian Thiel
2011-06-06Improved pack writing test to show that the pack generation can be lightning ...Sebastian Thiel
2011-06-06Fixed performance pack writing tests. As they are actually depent on the data...Sebastian Thiel
2011-06-06Moved performance commit object test into the respective subfolder to indicat...Sebastian Thiel
2011-06-06Fixed performance commit object testingSebastian Thiel
2011-06-06Added loose object writing and reading performance tessts, in pure and comman...Sebastian Thiel
2011-06-06Added PackedDB test with generalized type to allows other implementations to ...Sebastian Thiel
2011-06-06Fixed packed ODB test, in preparation for separating the type to allow future...Sebastian Thiel
2011-06-06Fixed odb performance testsSebastian Thiel
2011-05-06Started to fix imports - tests still have no chance to work as database chang...Sebastian Thiel
2011-05-06replaced all gitdb strings with gitSebastian Thiel
2011-05-05Added all code from gitdb to gitpython. Next is to make it generally work. Th...Sebastian Thiel
2010-11-25Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel