| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improved pack writing test to show that the pack generation can be lightning ↵ | Sebastian Thiel | 2011-06-06 | 1 | -21/+28 |
| | | | | | fast with nearly now overhead if the data streams in fast enough (~30 MB/s when writing a pack). This shows that there is huge potential for sending packs, considering that we are actually recompressing them (without deltification). To be faster in future, we could probably just send ref-deltas or full objects as found in the pack without doing any recompression. | ||||
| * | Fixed performance pack writing tests. As they are actually depent on the ↵ | Sebastian Thiel | 2011-06-06 | 2 | -80/+76 |
| | | | | | database (as streams have to be decompressed, it should be redesigned to have multiple database implementations) | ||||
| * | Moved performance commit object test into the respective subfolder to ↵ | Sebastian Thiel | 2011-06-06 | 2 | -1/+2 |
| | | | | | indicate what it tests | ||||
| * | Fixed performance commit object testing | Sebastian Thiel | 2011-06-06 | 2 | -8/+9 |
| | | |||||
| * | Added loose object writing and reading performance tessts, in pure and ↵ | Sebastian Thiel | 2011-06-06 | 4 | -296/+149 |
| | | | | | command implementations. The previous performance test was truncated a bit as it compared directly with the git hash_object write performance. This is out, and if we wanted it we could implement it , but its actually slower for us | ||||
| * | Added PackedDB test with generalized type to allows other implementations to ↵ | Sebastian Thiel | 2011-06-06 | 3 | -7/+21 |
| | | | | | be tested as well at some point | ||||
| * | Fixed packed ODB test, in preparation for separating the type to allow ↵ | Sebastian Thiel | 2011-06-06 | 3 | -6/+21 |
| | | | | | future implementations to use the test as well | ||||
| * | Fixed odb performance tests | Sebastian Thiel | 2011-06-06 | 8 | -94/+102 |
| | | |||||
| * | Started to fix imports - tests still have no chance to work as database ↵ | Sebastian Thiel | 2011-05-06 | 2 | -5/+5 |
| | | | | | changed drastically. Now the actual work begins | ||||
| * | replaced all gitdb strings with git | Sebastian Thiel | 2011-05-06 | 4 | -14/+14 |
| | | |||||
| * | Added all code from gitdb to gitpython. Next is to make it generally work. ↵ | Sebastian Thiel | 2011-05-05 | 3 | -0/+335 |
| | | | | | Then the tests will need some work | ||||
| * | Moved everything into the git subdirectory - some tests still need to be ↵ | Sebastian Thiel | 2010-11-25 | 5 | -0/+552 |
| adjusted | |||||
