aboutsummaryrefslogtreecommitdiff
path: root/test/git/performance/test_streams.py
AgeCommit message (Collapse)Author
2010-06-28Fixed performance tests which broke in the course of the sha1-20 byte changesSebastian Thiel
2010-06-12Removed odb from project, it is now used as a submodule named gitdb, which ↵Sebastian Thiel
was added instead Adjusted all imports to deal with the changed package names
2010-06-04Implemented stream tests, found a bug on the way, slowly a test-framework ↵Sebastian Thiel
for streams starts to show up, but its not yet there
2010-06-04Fixed implementation after design change to deal with it - all tests run, ↵Sebastian Thiel
but next there will have to be more through testing
2010-06-04initial version of new odb design to facilitate a channel based ↵Sebastian Thiel
multi-threading implementation of all odb functions
2010-06-03commit.create_from_tree now uses pure python implementation, fixed message ↵Sebastian Thiel
parsing which truncated newlines although it was ilegitimate. Its up to the reader to truncate therse, nowhere in the git code I could find anyone adding newlines to commits where it is written Added performance tests for serialization, it does about 5k commits per second if writing to tmpfs
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 ↵Sebastian Thiel
missing ) and added performance tests which are extremely promising