Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit02e942b

Browse files
committed
test_streams works
However, there is a performance regression in test-odb
1 parent725bde9 commit02e942b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/test/performance/test_streams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def test_large_data_streaming(self, rwrepo):
8080
elapsed_readchunks=time()-st
8181

8282
stream.seek(0)
83-
assert''.join(chunks)==stream.getvalue()
83+
assertb''.join(chunks)==stream.getvalue()
8484

8585
cs_kib=cs/1000
8686
print("Read %i KiB of %s data in %i KiB chunks from loose odb in %f s ( %f Read KiB / s)"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp