From 7a82fd38b6376db02b23eed95c920fedf51d7364 Mon Sep 17 00:00:00 2001 From: Jim O'Leary Date: Wed, 4 May 2022 16:32:23 +0100 Subject: [PATCH] PERF-2984 remove create view metrics (#672) --- src/phases/tpch/denormalized/Q15.yml | 5 +++-- src/phases/tpch/normalized/Q15.yml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/phases/tpch/denormalized/Q15.yml b/src/phases/tpch/denormalized/Q15.yml index 1660b0f5e7..16f1be7725 100644 --- a/src/phases/tpch/denormalized/Q15.yml +++ b/src/phases/tpch/denormalized/Q15.yml @@ -11,8 +11,8 @@ TPCHDenormalizedQuery15: Repeat: 1 Database: tpch Operations: - - OperationMetricsName: Query15CreateView - OperationName: RunCommand + # TODO: disable metrics collection once TIG-4128 is complete. + - OperationName: RunCommand OperationCommand: create: revenue viewOn: customer @@ -55,6 +55,7 @@ TPCHDenormalizedQuery15: allowDiskUse: true verbosity: executionStats + # TODO: disable metrics collection once TIG-4128 is complete. - OperationName: RunCommand OperationCommand: drop: revenue diff --git a/src/phases/tpch/normalized/Q15.yml b/src/phases/tpch/normalized/Q15.yml index 6892e03ef2..3dfedca10d 100644 --- a/src/phases/tpch/normalized/Q15.yml +++ b/src/phases/tpch/normalized/Q15.yml @@ -11,8 +11,8 @@ TPCHNormalizedQuery15: Repeat: 1 Database: tpch Operations: - - OperationMetricsName: Query15CreateView - OperationName: RunCommand + # TODO: disable metrics collection once TIG-4128 is complete. + - OperationName: RunCommand OperationLogsResult: true OperationCommand: create: revenue @@ -59,6 +59,7 @@ TPCHNormalizedQuery15: allowDiskUse: true verbosity: executionStats + # TODO: disable metrics collection once TIG-4128 is complete. - OperationName: RunCommand OperationCommand: drop: revenue