Perf test: Log the time spent waiting for file sync

This commit is contained in:
Raúl Marín 2022-12-30 12:03:43 +01:00
parent 13b76ad760
commit 91dea53dbe

View File

@ -297,6 +297,7 @@ if not args.use_existing_tables:
# Let's sync the data to avoid writeback affects performance
os.system("sync")
reportStageEnd("sync")
# By default, test all queries.
queries_to_run = range(0, len(test_queries))