Fix perf test

This commit is contained in:
Kruglov Pavel 2021-11-16 11:41:50 +03:00 committed by GitHub
parent 23c36f125e
commit 1bbe0df945
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -650,7 +650,6 @@ public:
{ {
writer->doWriteSuffix(); writer->doWriteSuffix();
writer->flush(); writer->flush();
write_buf->sync();
write_buf->finalize(); write_buf->finalize();
} }