Skip to content

Commit

Permalink
PERF-2984 remove create view metrics (mongodb#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimoleary authored May 4, 2022
1 parent 8ee2104 commit 7a82fd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/phases/tpch/denormalized/Q15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -55,6 +55,7 @@ TPCHDenormalizedQuery15:
allowDiskUse: true
verbosity:
executionStats
# TODO: disable metrics collection once TIG-4128 is complete.
- OperationName: RunCommand
OperationCommand:
drop: revenue
5 changes: 3 additions & 2 deletions src/phases/tpch/normalized/Q15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -59,6 +59,7 @@ TPCHNormalizedQuery15:
allowDiskUse: true
verbosity:
executionStats
# TODO: disable metrics collection once TIG-4128 is complete.
- OperationName: RunCommand
OperationCommand:
drop: revenue

0 comments on commit 7a82fd3

Please sign in to comment.