Files
kubernetes/test/integration/logs/benchmark/benchmark_test.go
Patrick Ohly 25c646cbdd json: never call fsync for stdout or stderr
We don't need to worry about data loss once the data has been written to an
output stream. Calling fsync unnecessarily has been the reason for performance
issues in the past.
2022-01-11 09:56:22 +01:00

7.4 KiB