diff options
Diffstat (limited to 'test/git/performance/test_odb.py')
-rw-r--r-- | test/git/performance/test_odb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/git/performance/test_odb.py b/test/git/performance/test_odb.py index 0809469a..23d5b98e 100644 --- a/test/git/performance/test_odb.py +++ b/test/git/performance/test_odb.py @@ -51,7 +51,7 @@ class TestObjDBPerformance(TestBigRepoR): too_many = 15000 for blob_list in blobs_per_commit: for blob in blob_list: - blob.data + blob.data_stream.read() # END for each blobsha nb += len(blob_list) if nb > too_many: |