diff options
Diffstat (limited to 'git/test/performance/db/odb_impl.py')
-rw-r--r-- | git/test/performance/db/odb_impl.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/git/test/performance/db/odb_impl.py b/git/test/performance/db/odb_impl.py index 50ee37e1..fd1abdee 100644 --- a/git/test/performance/db/odb_impl.py +++ b/git/test/performance/db/odb_impl.py @@ -17,6 +17,10 @@ class PerfBaseDeletorMetaClass(GlobalsItemDeletorMetaCls): class TestObjDBPerformanceBase(TestBigRepoR): __metaclass__ = PerfBaseDeletorMetaClass + #{ Configuration + RepoCls = None # to be set by subclass + #} END configuration + def test_random_access_test(self): repo = self.rorepo |