PERF: Buffer size optimization from datalad-next#7250
Conversation
|
CI is red across the board, didn't look in detail but smth is "off". |
|
Oops. Introduced a circular import |
32ea8c6 to
f034840
Compare
Codecov ReportBase: 88.71% // Head: 88.72% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## maint #7250 +/- ##
==========================================
+ Coverage 88.71% 88.72% +0.01%
==========================================
Files 326 326
Lines 44420 44423 +3
Branches 5919 5919
==========================================
+ Hits 39407 39415 +8
+ Misses 4998 4993 -5
Partials 15 15
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
This is a trivial patch from datalad-next, that significantly improves performance of save,status, etc. b/c of a much too small buffer when the runner is reading output. Closes datalad#7190
f034840 to
e889b0d
Compare
|
Ok, fixed changelog, ubuntu's repos are available again and everything passed except for the "old nose code" action with fails during setup. This is #7259 and I'm going to ignore it for this PR. Merging. |
|
PR released in |
This is a trivial patch from datalad-next, that significantly improves performance of save,status, etc. b/c of a much too small buffer when the runner is reading output.
Closes #7190