From 8d0aa1ef19e2c3babee458bd4504820f415148e0 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 20 Nov 2010 17:51:25 +0100 Subject: Fixed performance tests which broke in the meanwhile - they definitely don't run often enough, which is because they intentionally don't have a package initialization file --- test/git/performance/test_streams.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/git/performance/test_streams.py') diff --git a/test/git/performance/test_streams.py b/test/git/performance/test_streams.py index ec061ece..a5811262 100644 --- a/test/git/performance/test_streams.py +++ b/test/git/performance/test_streams.py @@ -22,7 +22,7 @@ class TestObjDBPerformance(TestBigRepoR): large_data_size_bytes = 1000*1000*10 # some MiB should do it moderate_data_size_bytes = 1000*1000*1 # just 1 MiB - @with_bare_rw_repo + @with_rw_repo('HEAD', bare=True) def test_large_data_streaming(self, rwrepo): # TODO: This part overlaps with the same file in gitdb.test.performance.test_stream # It should be shared if possible -- cgit v1.2.1