summaryrefslogtreecommitdiff
path: root/test/git/performance
Commit message (Expand)AuthorAgeFilesLines
* flattened test folder structure, didn't adjust any file content yetSebastian Thiel2010-11-215-552/+0
* fixed performance tests ... again, previously I was just working on an incorr...Sebastian Thiel2010-11-201-2/+2
* Fixed performance tests which broke in the meanwhile - they definitely don't ...Sebastian Thiel2010-11-202-3/+3
* Added test to verify the actor type can handle and parse unicode if it is pas...Sebastian Thiel2010-10-151-2/+3
* Added performance test to compare inst.__class__() vs type(inst)() class. Th...Sebastian Thiel2010-07-141-0/+21
* Fixed incorrect use of Blob.data in performance testSebastian Thiel2010-07-131-1/+1
* Diff: fixed bug that caused a string to end up as a blob modeSebastian Thiel2010-06-291-1/+1
* Fixed performance tests which broke in the course of the sha1-20 byte changesSebastian Thiel2010-06-282-7/+9
* Initial frame for implementing read_tree using pure python. As git-read-tree ...Sebastian Thiel2010-06-221-0/+94
* index.add: now uses gitdb.store functionality instead of git-hash-file. The p...Sebastian Thiel2010-06-212-49/+70
* 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