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-07-10 15:12:46 +0000
commit9e50eb92a2eac3877f182d586723bc3e8e7f66e0 (patch)
treea99b0763b9aa78dcd9dbf7d7942ef62a3d1515b4
parent2df8df1c2ec06bf3304d5ba45073b0f4b292c48f (diff)
downloadmongo-9e50eb92a2eac3877f182d586723bc3e8e7f66e0.tar.gz
SERVER-49097 Make sys-perf builds closer to release builds
-rw-r--r--etc/perf.yml2
-rwxr-xr-xetc/system_perf.yml2
2 files changed, 3 insertions, 1 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index 67a9bbd89f3..445158ff880 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -614,7 +614,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 5a4dfc36221..d47ffc6c2dc 100755
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -978,6 +978,7 @@ buildvariants:
use_scons_cache: true
compile_flags: >-
--ssl
+ --separate-debug
MONGO_DISTMOD=amazon2
-j$(grep -c ^processor /proc/cpuinfo)
--release
@@ -1013,6 +1014,7 @@ buildvariants:
<<: *compile-expansions
compile_flags: >-
--ssl
+ --separate-debug
MONGO_DISTMOD=rhel70
-j$(grep -c ^processor /proc/cpuinfo)
--release