summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaddie Zechar <mez2113@columbia.edu>2022-04-15 18:40:03 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-04-15 19:08:58 +0000
commit8892b1ffdf09c07f70dec3d71d3770f6cd53e8b2 (patch)
tree93826fb6e8db06e14d8638e00a5c6a9772edcf93
parentad783616988757e1b47ba7135bc34acb086ebcd1 (diff)
downloadmongo-8892b1ffdf09c07f70dec3d71d3770f6cd53e8b2.tar.gz
SERVER-64949: Disable the CST benchmarks
-rw-r--r--buildscripts/benchmarks/threshold_config.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/benchmarks.yml4
-rwxr-xr-xbuildscripts/resmokeconfig/suites/benchmarks_cst.yml15
3 files changed, 4 insertions, 18 deletions
diff --git a/buildscripts/benchmarks/threshold_config.yml b/buildscripts/benchmarks/threshold_config.yml
index 8155b64381d..af707a83b45 100644
--- a/buildscripts/benchmarks/threshold_config.yml
+++ b/buildscripts/benchmarks/threshold_config.yml
@@ -27,4 +27,5 @@ overrides:
benchmarks:
benchmarks_sharding:
benchmarks_bsoncolumn:
- benchmarks_cst:
+ # Disabled under SERVER-64949.
+ # benchmarks_cst:
diff --git a/buildscripts/resmokeconfig/suites/benchmarks.yml b/buildscripts/resmokeconfig/suites/benchmarks.yml
index 1bca113779c..5bbd6e460ef 100644
--- a/buildscripts/resmokeconfig/suites/benchmarks.yml
+++ b/buildscripts/resmokeconfig/suites/benchmarks.yml
@@ -11,8 +11,8 @@ selector:
- build/install/bin/chunk_manager_refresh_bm*
- build/install/bin/migration_chunk_cloner_source_legacy_bm*
- build/install/bin/sharding_write_router_bm*
- # These benchmarks are being run as part of the benchmarks_cst.yml test suite.
- - build/install/bin/cst_bm*
+ # These benchmarks included in the benchmarks_cst.yml test suite are disabled under SERVER-64949.
+ # - build/install/bin/cst_bm*
# These benchmarks are being run as part of the benchmarks_bsoncolumn.yml test suite.
- build/install/bin/bsoncolumn_bm*
- build/install/bin/simple8b_bm*
diff --git a/buildscripts/resmokeconfig/suites/benchmarks_cst.yml b/buildscripts/resmokeconfig/suites/benchmarks_cst.yml
deleted file mode 100755
index 610cc691d2f..00000000000
--- a/buildscripts/resmokeconfig/suites/benchmarks_cst.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-# This benchmark computes the performance of the grammar-based bison parser, which involves
-# building a concrete syntax tree (CST) and translating to the relevant execution tree.
-test_kind: benchmark_test
-
-selector:
- root: build/benchmarks.txt
- include_files:
- # The trailing asterisk is for handling the .exe extension on Windows.
- - build/**/system_resource_canary_bm*
- - build/install/bin/cst_bm*
-
-executor:
- config: {}
- hooks:
- - class: CombineBenchmarkResults