Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Buffer stdout #37

Merged
merged 6 commits into from
Dec 23, 2020
Merged

Buffer stdout #37

merged 6 commits into from
Dec 23, 2020

Conversation

arnodel
Copy link
Owner

@arnodel arnodel commented Dec 21, 2020

Output to stdout (and all files) is currently unbuffered. It's a bottleneck for programs that write a lot

@codecov
Copy link

codecov bot commented Dec 21, 2020

Codecov Report

Merging #37 (b5de081) into master (1a8b9ca) will decrease coverage by 0.08%.
The diff coverage is 79.79%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
- Coverage   88.40%   88.31%   -0.09%     
==========================================
  Files          73       73              
  Lines        5561     5631      +70     
==========================================
+ Hits         4916     4973      +57     
- Misses        449      459      +10     
- Partials      196      199       +3     
Impacted Files Coverage Δ
lib/packagelib/packagelib.go 73.58% <ø> (ø)
lib/iolib/iolib.go 88.62% <73.68%> (-1.21%) ⬇️
lib/iolib/file.go 76.27% <75.86%> (+1.98%) ⬆️
luatesting/linechecker.go 80.95% <95.00%> (+8.53%) ⬆️
luatesting/runtests.go 85.71% <100.00%> (ø)
runtime/userdata.go 50.00% <0.00%> (+25.00%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1a8b9ca...b5de081. Read the comment docs.

@arnodel arnodel merged commit 932ebbe into master Dec 23, 2020
@arnodel arnodel deleted the buffer-stdout branch December 23, 2020 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant