summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorAllison Easton <allison.easton@mongodb.com>2021-07-12 06:51:21 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-07-26 13:12:10 +0000
commit03de046174e7f3ced4fc099ccc4e1a568c414654 (patch)
tree8a1ebc3d6c1d2f7babe3a60307eae164fcdce617 /buildscripts
parent218536b7a98c7fc05f164db209d0634b2cba4c9c (diff)
downloadmongo-03de046174e7f3ced4fc099ccc4e1a568c414654.tar.gz
SERVER-58211 Deduplicate entries returned in a single invocation to `MigrationChunkClonerSourceLegacy::nextModsBatch`
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/benchmarks.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/benchmarks_sharding.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/benchmarks.yml b/buildscripts/resmokeconfig/suites/benchmarks.yml
index 2676e09a82f..e4d917e41cc 100644
--- a/buildscripts/resmokeconfig/suites/benchmarks.yml
+++ b/buildscripts/resmokeconfig/suites/benchmarks.yml
@@ -9,6 +9,7 @@ selector:
# The trailing asterisk is for handling the .exe extension on Windows.
# These benchmarks are being run as part of the benchmarks_sharding.yml test suite.
- build/install/bin/chunk_manager_refresh_bm*
+ - build/install/bin/migration_chunk_cloner_source_legacy_bm*
# These benchmarks are being run as part of the benchmarks_cst.yml test suite.
- build/install/bin/cst_bm*
# Hash table benchmark is really slow, don't run on evergreen
diff --git a/buildscripts/resmokeconfig/suites/benchmarks_sharding.yml b/buildscripts/resmokeconfig/suites/benchmarks_sharding.yml
index 4ee0fb66fa9..0a7ba9e4e9e 100644
--- a/buildscripts/resmokeconfig/suites/benchmarks_sharding.yml
+++ b/buildscripts/resmokeconfig/suites/benchmarks_sharding.yml
@@ -6,6 +6,7 @@ selector:
# The trailing asterisk is for handling the .exe extension on Windows.
- build/**/system_resource_canary_bm*
- build/install/bin/chunk_manager_refresh_bm*
+ - build/install/bin/migration_chunk_cloner_source_legacy_bm*
executor:
config: {}