summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig
diff options
context:
space:
mode:
authorRobert Guo <robertguo@me.com>2020-05-14 09:21:00 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-14 13:33:42 +0000
commita43435615c07d5174054cbdef1796f4c568c20ab (patch)
tree9a9aca2f8d833d06fc8807f43d7157def98d26de /buildscripts/resmokeconfig
parenta7166beb377ce5c152bc0dfcf1cfa4c1714aeb2e (diff)
downloadmongo-a43435615c07d5174054cbdef1796f4c568c20ab.tar.gz
SERVER-47547 support hygienic in benchmark suites
Diffstat (limited to 'buildscripts/resmokeconfig')
-rw-r--r--buildscripts/resmokeconfig/suites/benchmarks.yml6
-rw-r--r--buildscripts/resmokeconfig/suites/benchmarks_sharding.yml2
2 files changed, 4 insertions, 4 deletions
diff --git a/buildscripts/resmokeconfig/suites/benchmarks.yml b/buildscripts/resmokeconfig/suites/benchmarks.yml
index b775e55de0a..89abcdbc8c7 100644
--- a/buildscripts/resmokeconfig/suites/benchmarks.yml
+++ b/buildscripts/resmokeconfig/suites/benchmarks.yml
@@ -6,11 +6,11 @@ selector:
# defining a new test suite for your benchmarks. Doing so ensures they'll still run as part of the
# Evergreen task associated with the new test suite.
exclude_files:
+ # 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/**/mongo/s/**/*
+ - build/install/bin/chunk_manager_refresh_bm*
# Hash table benchmark is really slow, don't run on evergreen
- - build/**/mongo/util/hash_table_bm*
-
+ - build/install/bin/hash_table_bm*
executor:
config: {}
diff --git a/buildscripts/resmokeconfig/suites/benchmarks_sharding.yml b/buildscripts/resmokeconfig/suites/benchmarks_sharding.yml
index ce0fb558f3e..4ee0fb66fa9 100644
--- a/buildscripts/resmokeconfig/suites/benchmarks_sharding.yml
+++ b/buildscripts/resmokeconfig/suites/benchmarks_sharding.yml
@@ -5,7 +5,7 @@ selector:
include_files:
# The trailing asterisk is for handling the .exe extension on Windows.
- build/**/system_resource_canary_bm*
- - build/**/mongo/s/**/*
+ - build/install/bin/chunk_manager_refresh_bm*
executor:
config: {}