summaryrefslogtreecommitdiff
path: root/test/git/performance/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* flattened test folder structure, didn't adjust any file content yetSebastian Thiel2010-11-211-174/+0
* Added performance test to compare inst.__class__() vs type(inst)() class. Th...Sebastian Thiel2010-07-141-0/+21
* Initial frame for implementing read_tree using pure python. As git-read-tree ...Sebastian Thiel2010-06-221-0/+94
* Fixed implementation after design change to deal with it - all tests run, but...Sebastian Thiel2010-06-041-0/+15
* commit.create_from_tree now uses pure python implementation, fixed message pa...Sebastian Thiel2010-06-031-2/+2
* odb: implemented loose object streaming, which is impossible to do efficientl...Sebastian Thiel2010-06-031-0/+44