summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mongo/db/query/sbe_expression_bm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/query/sbe_expression_bm.cpp b/src/mongo/db/query/sbe_expression_bm.cpp
index 867cbb5ca3a..a9a2083b613 100644
--- a/src/mongo/db/query/sbe_expression_bm.cpp
+++ b/src/mongo/db/query/sbe_expression_bm.cpp
@@ -102,8 +102,8 @@ public:
6979802,
1,
"running sbe expression benchmark on expression {expression}, sbe representation {sbe}",
- "expression"_attr = expression->serialize(true).toString(),
- "sbe"_attr = sbe::DebugPrinter{true}.print(expr->debugPrint()));
+ "expression"_attr = expression->serialize(/*explain = */ true).toString(),
+ "sbe"_attr = sbe::DebugPrinter{}.print(expr->debugPrint()));
for (auto keepRunning : benchmarkState) {
for (const auto& document : bsonDocuments) {