summaryrefslogtreecommitdiff
path: root/test/git/performance
Commit message (Expand)AuthorAgeFilesLines
* Removed odb from project, it is now used as a submodule named gitdb, which wa...Sebastian Thiel2010-06-121-9/+4
* Implemented stream tests, found a bug on the way, slowly a test-framework for...Sebastian Thiel2010-06-041-11/+2
* Fixed implementation after design change to deal with it - all tests run, but...Sebastian Thiel2010-06-043-7/+22
* initial version of new odb design to facilitate a channel based multi-threadi...Sebastian Thiel2010-06-042-4/+4
* Fixed compatability issues with python 2.5, made sure all tests runSebastian Thiel2010-06-031-1/+1
* commit.create_from_tree now uses pure python implementation, fixed message pa...Sebastian Thiel2010-06-035-13/+62
* Added performance comparison to cgit ... and yes, git-python is faster :)Sebastian Thiel2010-06-031-7/+60
* odb: fixed streamed decompression reader ( specific tests would still be miss...Sebastian Thiel2010-06-031-0/+91
* odb: implemented loose object streaming, which is impossible to do efficientl...Sebastian Thiel2010-06-031-0/+44
* Added first design and frame for object database. In a first step, loose obje...Sebastian Thiel2010-06-021-0/+61
* commit: redesigned revlist and commit parsing, commits are always retrieved f...Sebastian Thiel2010-06-021-4/+4
* Added performance testing foundation library, reworked existing performance t...Sebastian Thiel2010-06-022-0/+114