summaryrefslogtreecommitdiff
path: root/buildscripts/cost_model
diff options
context:
space:
mode:
authorRuoxin Xu <ruoxin.xu@mongodb.com>2022-11-16 12:54:25 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-11-16 14:11:27 +0000
commitbfe342d12210e6ae06b77eb7b2abad8408111378 (patch)
treeaeaa4dcf18bb4b0e2f074cc13bcb5a032e8da788 /buildscripts/cost_model
parente332ea00d872740058898541277bf6547774be90 (diff)
downloadmongo-bfe342d12210e6ae06b77eb7b2abad8408111378.tar.gz
SERVER-71363 Use Nanoseconds rather than Microseconds in QueryExecTime and support Nanoseconds in ScopedTimer
Diffstat (limited to 'buildscripts/cost_model')
-rw-r--r--buildscripts/cost_model/mongod-inmemory.yaml2
-rw-r--r--buildscripts/cost_model/mongod.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/buildscripts/cost_model/mongod-inmemory.yaml b/buildscripts/cost_model/mongod-inmemory.yaml
index 8a8234a3f6d..cb0789fb7e7 100644
--- a/buildscripts/cost_model/mongod-inmemory.yaml
+++ b/buildscripts/cost_model/mongod-inmemory.yaml
@@ -8,5 +8,5 @@ systemLog:
setParameter:
featureFlagCommonQueryFramework: true
internalQueryFrameworkControl: "tryBonsai"
- internalMeasureQueryExecutionTimeInMicroseconds: true
+ internalMeasureQueryExecutionTimeInNanoseconds: true
enableTestCommands: 1
diff --git a/buildscripts/cost_model/mongod.yaml b/buildscripts/cost_model/mongod.yaml
index eee02775918..c60835883fd 100644
--- a/buildscripts/cost_model/mongod.yaml
+++ b/buildscripts/cost_model/mongod.yaml
@@ -7,5 +7,5 @@ systemLog:
setParameter:
featureFlagCommonQueryFramework: true
internalQueryFrameworkControl: "tryBonsai"
- internalMeasureQueryExecutionTimeInMicroseconds: true
+ internalMeasureQueryExecutionTimeInNanoseconds: true
enableTestCommands: 1