We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b67e8 commit bcd37b6Copy full SHA for bcd37b6
test/git/performance/test_odb.py
@@ -51,7 +51,7 @@ def test_random_access(self):
51
too_many = 15000
52
for blob_list in blobs_per_commit:
53
for blob in blob_list:
54
- blob.data
+ blob.data_stream.read()
55
# END for each blobsha
56
nb += len(blob_list)
57
if nb > too_many:
0 commit comments