summaryrefslogtreecommitdiff
path: root/etc/perf.yml
diff options
context:
space:
mode:
authorIan Boros <ian.boros@10gen.com>2018-08-30 17:04:19 -0400
committerIan Boros <ian.boros@10gen.com>2018-08-31 11:40:51 -0400
commit9059c527b91e8a1dec3ef6058cf70ff4a0faa88d (patch)
tree886db4a66dbbe7c2f372f9204d50e714a6ba57c8 /etc/perf.yml
parentbe5c961e3c8cd7a84e9d954462429deefb4165dc (diff)
downloadmongo-9059c527b91e8a1dec3ef6058cf70ff4a0faa88d.tar.gz
SERVER-36947 enable test commands for micro benchmarks
Diffstat (limited to 'etc/perf.yml')
-rw-r--r--etc/perf.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index 31579283aa2..503f899c1df 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -471,7 +471,7 @@ buildvariants:
compile_flags: --ssl MONGO_DISTMOD=rhel62 -j$(grep -c ^processor /proc/cpuinfo) --release --variables-files=etc/scons/mongodbtoolchain_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: "--storageEngine=inMemory --logpath ./mongod.log --fork --syncdelay 0 --setParameter ttlMonitorEnabled=false --setParameter diagnosticDataCollectionEnabled=false --inMemoryEngineConfigString 'eviction=(threads_min=1),' --inMemorySizeGB 60 --auth --networkMessageCompressors=noop"
+ mongod_flags: "--storageEngine=inMemory --logpath ./mongod.log --fork --syncdelay 0 --setParameter ttlMonitorEnabled=false --setParameter diagnosticDataCollectionEnabled=false --inMemoryEngineConfigString 'eviction=(threads_min=1),' --inMemorySizeGB 60 --auth --networkMessageCompressors=noop --setParameter enableTestCommands=1"
use_scons_cache: true
project: &project perf
run_on:
@@ -521,7 +521,7 @@ buildvariants:
expansions:
mongod_exec_wrapper: *exec_wrapper
perf_exec_wrapper: *perf_wrapper
- mongod_flags: "--replSet=test --storageEngine=inMemory --logpath ./mongod.log --fork --syncdelay 0 --setParameter ttlMonitorEnabled=false --setParameter diagnosticDataCollectionEnabled=false --inMemoryEngineConfigString 'eviction=(threads_min=1),' --inMemorySizeGB 60 --auth --oplogSize 30000 --networkMessageCompressors=noop"
+ mongod_flags: "--replSet=test --storageEngine=inMemory --logpath ./mongod.log --fork --syncdelay 0 --setParameter ttlMonitorEnabled=false --setParameter diagnosticDataCollectionEnabled=false --inMemoryEngineConfigString 'eviction=(threads_min=1),' --inMemorySizeGB 60 --auth --oplogSize 30000 --networkMessageCompressors=noop --setParameter enableTestCommands=1"
project: *project
run_on:
- "centos6-perf"