summaryrefslogtreecommitdiff
path: root/git/test/performance/db
Commit message (Expand)AuthorAgeFilesLines
* Autopep8 fixes with maximum line length 120Craig Northway2014-07-2513-97/+107
* Basic fixes to get tests back on track. Of course there is much more work to ...Sebastian Thiel2014-02-102-4/+4
* tabs to 4 spaces - overall state of this branch is desolate, but fixable. Nee...Sebastian Thiel2014-02-0912-354/+354
* Fixed up tests to actually use pygit2. Its worth noting that the performance ...Sebastian Thiel2011-07-082-8/+8
* Added basic frame for pygit2 - it just needs some basic methods to be impleme...Sebastian Thiel2011-07-084-2/+42
* Added default performance tests - these should help to measure something at l...Sebastian Thiel2011-07-072-0/+12
* util: pick the type of memory manager based on the python version, to have op...Sebastian Thiel2011-07-051-4/+3
* Improved pack writing test to show that the pack generation can be lightning ...Sebastian Thiel2011-06-061-21/+28
* Fixed performance pack writing tests. As they are actually depent on the data...Sebastian Thiel2011-06-061-0/+76
* Added loose object writing and reading performance tessts, in pure and comman...Sebastian Thiel2011-06-063-0/+149
* Added PackedDB test with generalized type to allows other implementations to ...Sebastian Thiel2011-06-063-1/+114
* Fixed packed ODB test, in preparation for separating the type to allow future...Sebastian Thiel2011-06-061-0/+4
* Fixed odb performance testsSebastian Thiel2011-06-064-0/+82