aboutsummaryrefslogtreecommitdiff
path: root/test/git/performance
AgeCommit message (Expand)Author
2010-11-21flattened test folder structure, didn't adjust any file content yetSebastian Thiel
2010-11-20fixed performance tests ... again, previously I was just working on an incorr...Sebastian Thiel
2010-11-20Fixed performance tests which broke in the meanwhile - they definitely don't ...Sebastian Thiel
2010-10-15Added test to verify the actor type can handle and parse unicode if it is pas...Sebastian Thiel
2010-07-14Added performance test to compare inst.__class__() vs type(inst)() class. Th...Sebastian Thiel
2010-07-13Fixed incorrect use of Blob.data in performance testSebastian Thiel
2010-06-29Diff: fixed bug that caused a string to end up as a blob modeSebastian Thiel
2010-06-28Fixed performance tests which broke in the course of the sha1-20 byte changesSebastian Thiel
2010-06-22Initial frame for implementing read_tree using pure python. As git-read-tree ...Sebastian Thiel
2010-06-21index.add: now uses gitdb.store functionality instead of git-hash-file. The p...Sebastian Thiel
2010-06-12Removed odb from project, it is now used as a submodule named gitdb, which wa...Sebastian Thiel
2010-06-04Implemented stream tests, found a bug on the way, slowly a test-framework for...Sebastian Thiel
2010-06-04Fixed implementation after design change to deal with it - all tests run, but...Sebastian Thiel
2010-06-04initial version of new odb design to facilitate a channel based multi-threadi...Sebastian Thiel
2010-06-03Fixed compatability issues with python 2.5, made sure all tests runSebastian Thiel
2010-06-03commit.create_from_tree now uses pure python implementation, fixed message pa...Sebastian Thiel
2010-06-03Added performance comparison to cgit ... and yes, git-python is faster :)Sebastian Thiel
2010-06-03odb: fixed streamed decompression reader ( specific tests would still be miss...Sebastian Thiel
2010-06-03odb: implemented loose object streaming, which is impossible to do efficientl...Sebastian Thiel
2010-06-02Added first design and frame for object database. In a first step, loose obje...Sebastian Thiel
2010-06-02commit: redesigned revlist and commit parsing, commits are always retrieved f...Sebastian Thiel
2010-06-02Added performance testing foundation library, reworked existing performance t...Sebastian Thiel