summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Timmons <ryan.timmons@mongodb.com>2020-07-10 10:08:36 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-04 20:47:17 +0000
commit3b9760cd56df018f3a6877930a25d0cd29d9f024 (patch)
treec4195aa39f3ae6078c93f61d351eb1c1485d94a0
parent8e1c921240c48475a87ee16d6b6ff9d74c5d149b (diff)
downloadmongo-3b9760cd56df018f3a6877930a25d0cd29d9f024.tar.gz
SERVER-49097 Make sys-perf builds closer to release builds
-rw-r--r--etc/perf.yml2
-rw-r--r--etc/system_perf.yml2
2 files changed, 3 insertions, 1 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index 4a761968922..6439e66e7ff 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -613,7 +613,7 @@ buildvariants:
# 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: --ssl MONGO_DISTMOD=rhel62 -j$(grep -c ^processor /proc/cpuinfo) --release --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars
+ 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: >-
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 62cf7ee5e84..4c42b9d8a60 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -915,6 +915,7 @@ buildvariants:
compile_flags: >-
--ssl
MONGO_DISTMOD=linux-64-amzn-build
+ --separate-debug
-j$(grep -c ^processor /proc/cpuinfo)
--release
--variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars
@@ -964,6 +965,7 @@ buildvariants:
<<: *compile-linux-64-amzn-expansions
compile_flags: >-
--ssl
+ --separate-debug
MONGO_DISTMOD=rhel70
-j$(grep -c ^processor /proc/cpuinfo)
--release