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:36:22 -0400
commit2704d7a89e64167fcff7356ada111b313146474e (patch)
tree7c3574749cf19bed02af74fe61994adaa8b10129 /etc/perf.yml
parent7b42fb9ded007e90bd4961c46afa046af92675a8 (diff)
downloadmongo-2704d7a89e64167fcff7356ada111b313146474e.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 28a4cd5c2da..0fec1bfb4b4 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -453,7 +453,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:
@@ -480,7 +480,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"