summaryrefslogtreecommitdiff
path: root/gitdb/test/performance
Commit message (Collapse)AuthorAgeFilesLines
* Removed plenty of code which went into git-python. This is just for ↵gitdbmergerSebastian Thiel2011-05-053-326/+0
| | | | completeness, gitdb doesn't need to be worked on anymore
* Fixed all remaining db testsSebastian Thiel2011-05-051-1/+1
|
* First rename session, db/test_base.py works, but there is much more work to doSebastian Thiel2011-05-041-1/+1
|
* Fixed _perf module, which built, but didn't link dynamically. All the time, ↵Sebastian Thiel2011-03-311-0/+43
| | | | | | I think it never successfully imported, but its hard to believe this slipped by. Added performance test for pack-writing, which isn't really showing what I want as it currently read data from a densly compressed pack which takes most of the time in the nearly pure python implementation. Compared to c++, all the measured performance is just below anything I'd want to use. But we shouldn't forget this is just a test implementation, writing packs is quite simple actually, if you leave out the delta compression part and the delta logic
* preprended all modules with licensing informationSebastian Thiel2011-02-234-0/+16
|
* moved all relevant files into the gitdb folder.Sebastian Thiel2010-11-304-0/+360
Submodule relinked to point to new github location, and moved as well