Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | flattened test folder structure, didn't adjust any file content yet | Sebastian Thiel | 2010-11-21 | 1 | -78/+0 |
| | |||||
* | fixed performance tests ... again, previously I was just working on an ↵ | Sebastian Thiel | 2010-11-20 | 1 | -2/+2 |
| | | | | incorrect repository | ||||
* | Fixed performance tests which broke in the meanwhile - they definitely don't ↵ | Sebastian Thiel | 2010-11-20 | 1 | -2/+2 |
| | | | | run often enough, which is because they intentionally don't have a package initialization file | ||||
* | index.add: now uses gitdb.store functionality instead of git-hash-file. The ↵ | Sebastian Thiel | 2010-06-21 | 1 | -5/+18 |
| | | | | python version is about as fast, but could support multithreading using async | ||||
* | Fixed compatability issues with python 2.5, made sure all tests run | Sebastian Thiel | 2010-06-03 | 1 | -1/+1 |
| | |||||
* | commit.create_from_tree now uses pure python implementation, fixed message ↵ | Sebastian Thiel | 2010-06-03 | 1 | -3/+22 |
| | | | | | | 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 | ||||
* | Added performance testing foundation library, reworked existing performance ↵ | Sebastian Thiel | 2010-06-02 | 1 | -0/+46 |
tests to work on larger repositories |