From 9e50eb92a2eac3877f182d586723bc3e8e7f66e0 Mon Sep 17 00:00:00 2001 From: Ryan Timmons Date: Fri, 10 Jul 2020 10:08:36 -0400 Subject: SERVER-49097 Make sys-perf builds closer to release builds --- etc/perf.yml | 2 +- etc/system_perf.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1