diff options
-rw-r--r-- | buildscripts/benchmarks/threshold_config.yml | 3 | ||||
-rw-r--r-- | buildscripts/resmokeconfig/suites/benchmarks.yml | 4 | ||||
-rwxr-xr-x | buildscripts/resmokeconfig/suites/benchmarks_cst.yml | 15 |
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
|