summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/profile_operation_metrics.js
diff options
context:
space:
mode:
authorAnton Korshunov <anton.korshunov@mongodb.com>2020-11-10 14:40:26 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-11-25 17:53:41 +0000
commitfb6c08b7860412982a249d749d6405ec885179ac (patch)
tree4ce895d66b2234a023ec86dfd4b43dc4f79f032c /jstests/noPassthrough/profile_operation_metrics.js
parent2d295d7b205dcac66d434929553610dd48ac0815 (diff)
downloadmongo-fb6c08b7860412982a249d749d6405ec885179ac.tar.gz
SERVER-51409 Support executionStats mode in SBE explain
Diffstat (limited to 'jstests/noPassthrough/profile_operation_metrics.js')
-rw-r--r--jstests/noPassthrough/profile_operation_metrics.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/profile_operation_metrics.js b/jstests/noPassthrough/profile_operation_metrics.js
index e1d37d57466..91e1fa2e04b 100644
--- a/jstests/noPassthrough/profile_operation_metrics.js
+++ b/jstests/noPassthrough/profile_operation_metrics.js
@@ -1312,4 +1312,4 @@ jsTestLog("Testing replica set");
runTest(db);
rst.stopSet();
})();
-})(); \ No newline at end of file
+})();