summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorBrad de Vlugt <brad.devlugt@mongodb.com>2021-01-19 16:24:16 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-02-08 19:20:05 +0000
commit40e6c8c21fa1099fb60aa2ec48b98234ade6b278 (patch)
tree63a841cd74d9eb549cd810d48216ac8059ba56a7 /etc
parent8585aa1509d6b3cf8f1b531f2370729c557d2422 (diff)
downloadmongo-40e6c8c21fa1099fb60aa2ec48b98234ade6b278.tar.gz
SERVER-54186: Remove mongod flags for microbenchmarks
Diffstat (limited to 'etc')
-rw-r--r--etc/perf.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index 261406a5963..478d7272175 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -725,17 +725,6 @@ buildvariants:
compile_flags: --ssl --separate-debug MONGO_DISTMOD=rhel62 -j$(grep -c ^processor /proc/cpuinfo) --release --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars
mongod_exec_wrapper: &exec_wrapper "numactl --physcpubind=4,5,6,7 -i 1"
perf_exec_wrapper: &perf_wrapper "numactl --physcpubind=1,2,3 -i 0"
- mongod_flags: >-
- --auth
- --fork
- --inMemoryEngineConfigString 'eviction=(threads_min=1),'
- --inMemorySizeGB 60
- --networkMessageCompressors noop
- --setParameter diagnosticDataCollectionEnabled=false
- --setParameter enableTestCommands=1
- --setParameter ttlMonitorEnabled=false
- --storageEngine inMemory
- --syncdelay 0
use_scons_cache: true
platform: linux
infrastructure_provisioning: microbenchmarks
@@ -779,19 +768,6 @@ buildvariants:
expansions:
mongod_exec_wrapper: *exec_wrapper
perf_exec_wrapper: *perf_wrapper
- mongod_flags: >-
- --auth
- --fork
- --inMemoryEngineConfigString 'eviction=(threads_min=1),'
- --inMemorySizeGB 60
- --networkMessageCompressors noop
- --oplogSize 30000
- --replSet test
- --setParameter diagnosticDataCollectionEnabled=false
- --setParameter enableTestCommands=1
- --setParameter ttlMonitorEnabled=false
- --storageEngine inMemory
- --syncdelay 0
platform: linux
infrastructure_provisioning: microbenchmarks
mongodb_setup: microbenchmarks_replica