diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2011-05-04 19:33:36 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2011-05-04 19:33:36 +0200 |
| commit | d20dadfde5824dcabda351f75a6784d616b2fd23 (patch) | |
| tree | 8b75a3bab4a76d57cacb53b5cb54f20e23951a3a /gitdb/test/performance | |
| parent | e24994109f01bd315fd6a2aaecbbfcdd05bd0586 (diff) | |
| download | gitdb-d20dadfde5824dcabda351f75a6784d616b2fd23.tar.gz | |
First rename session, db/test_base.py works, but there is much more work to do
Diffstat (limited to 'gitdb/test/performance')
| -rw-r--r-- | gitdb/test/performance/test_stream.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitdb/test/performance/test_stream.py b/gitdb/test/performance/test_stream.py index f5f2e2e..0a5537c 100644 --- a/gitdb/test/performance/test_stream.py +++ b/gitdb/test/performance/test_stream.py @@ -65,7 +65,7 @@ class TestObjDBPerformance(TestBigRepoR): @with_rw_directory def test_large_data_streaming(self, path): - ldb = LooseObjectDB(path) + ldb = PureLooseObjectODB(path) string_ios = list() # list of streams we previously created # serial mode |
