summaryrefslogtreecommitdiff
path: root/test/git/performance/test_streams.py
Commit message (Expand)AuthorAgeFilesLines
* flattened test folder structure, didn't adjust any file content yetSebastian Thiel2010-11-211-131/+0
* Fixed performance tests which broke in the meanwhile - they definitely don't ...Sebastian Thiel2010-11-201-1/+1
* Fixed performance tests which broke in the course of the sha1-20 byte changesSebastian Thiel2010-06-281-6/+7
* 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-041-6/+6
* initial version of new odb design to facilitate a channel based multi-threadi...Sebastian Thiel2010-06-041-3/+3
* commit.create_from_tree now uses pure python implementation, fixed message pa...Sebastian Thiel2010-06-031-2/+2
* 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