aboutsummaryrefslogtreecommitdiff
path: root/test/git/performance/test_utils.py
AgeCommit message (Expand)Author
2010-07-14Added performance test to compare inst.__class__() vs type(inst)() class. Th...Sebastian Thiel
2010-06-22Initial frame for implementing read_tree using pure python. As git-read-tree ...Sebastian Thiel
2010-06-04Fixed implementation after design change to deal with it - all tests run, but...Sebastian Thiel
2010-06-03commit.create_from_tree now uses pure python implementation, fixed message pa...Sebastian Thiel
2010-06-03odb: implemented loose object streaming, which is impossible to do efficientl...Sebastian Thiel