summaryrefslogtreecommitdiff
path: root/etc/perf.yml
diff options
context:
space:
mode:
Diffstat (limited to 'etc/perf.yml')
-rw-r--r--etc/perf.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index b74a9742921..0f827feb4b2 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -358,7 +358,10 @@ buildvariants:
modules:
- enterprise
expansions:
- compile_flags: &compile_flags -j$(grep -c ^processor /proc/cpuinfo) CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++ --release --ssl
+ # We are explicitly tracking the rhel62 variant compile options from evergreen.yml for
+ # microbenchmarks, since they run on the centos6 boxes. If we can get proper artifacts directly
+ # from that project, we should do that and remove the compile tasks.
+ compile_flags: &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"