mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Perf test: Log the time spent waiting for file sync
This commit is contained in:
parent
13b76ad760
commit
91dea53dbe
@ -297,6 +297,7 @@ if not args.use_existing_tables:
|
|||||||
|
|
||||||
# Let's sync the data to avoid writeback affects performance
|
# Let's sync the data to avoid writeback affects performance
|
||||||
os.system("sync")
|
os.system("sync")
|
||||||
|
reportStageEnd("sync")
|
||||||
|
|
||||||
# By default, test all queries.
|
# By default, test all queries.
|
||||||
queries_to_run = range(0, len(test_queries))
|
queries_to_run = range(0, len(test_queries))
|
||||||
|
Loading…
Reference in New Issue
Block a user