From 91dea53dbee958f673ad269befcff0653d0451bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Mar=C3=ADn?= Date: Fri, 30 Dec 2022 12:03:43 +0100 Subject: [PATCH] Perf test: Log the time spent waiting for file sync --- docker/test/performance-comparison/perf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/test/performance-comparison/perf.py b/docker/test/performance-comparison/perf.py index cb23372d31f..76e4c5ad8c1 100755 --- a/docker/test/performance-comparison/perf.py +++ b/docker/test/performance-comparison/perf.py @@ -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))