| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-06-06 | Improved pack writing test to show that the pack generation can be lightning ↵ | Sebastian Thiel | |
| 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. | |||
| 2011-06-06 | Fixed performance pack writing tests. As they are actually depent on the ↵ | Sebastian Thiel | |
| database (as streams have to be decompressed, it should be redesigned to have multiple database implementations) | |||
| 2011-06-06 | Moved performance commit object test into the respective subfolder to ↵ | Sebastian Thiel | |
| indicate what it tests | |||
| 2011-06-06 | Fixed performance commit object testing | Sebastian Thiel | |
| 2011-06-06 | Added loose object writing and reading performance tessts, in pure and ↵ | Sebastian Thiel | |
| 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 | |||
| 2011-06-06 | Added PackedDB test with generalized type to allows other implementations to ↵ | Sebastian Thiel | |
| be tested as well at some point | |||
| 2011-06-06 | Fixed packed ODB test, in preparation for separating the type to allow ↵ | Sebastian Thiel | |
| future implementations to use the test as well | |||
| 2011-06-06 | Fixed odb performance tests | Sebastian Thiel | |
| 2011-05-06 | Started to fix imports - tests still have no chance to work as database ↵ | Sebastian Thiel | |
| changed drastically. Now the actual work begins | |||
| 2011-05-06 | replaced all gitdb strings with git | Sebastian Thiel | |
| 2011-05-05 | Added all code from gitdb to gitpython. Next is to make it generally work. ↵ | Sebastian Thiel | |
| Then the tests will need some work | |||
| 2010-11-25 | Moved everything into the git subdirectory - some tests still need to be ↵ | Sebastian Thiel | |
| adjusted | |||
