summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2018-08-06 09:44:03 -0400
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2018-08-06 09:44:03 -0400
commit5a38e3afba9061e8be9c508cc89fd13c0f305adb (patch)
treec8b70f27a2ef2a2df10ea5e6d70a71c07dc89f0f /buildscripts
parent349140f8d0a5457524437a101b923853a8b0ee9c (diff)
downloadmongo-5a38e3afba9061e8be9c508cc89fd13c0f305adb.tar.gz
SERVER-35537 Create mongoebench for running benchRun against mobile.
It take a JSON config file with a "pre" section for any setup logic and an "ops" section for the operations that the benchRun workers should execute repeatedly. Also removes the usage of the check function from mr_shard_version.js. (cherry picked from commit a750bf210f70dd6e15cd65a15d50aeb8cd75fa3f) (cherry picked from commit acd9fd112d1c2f591f04a31ed6489d9f4b0ec0e8)
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/bypass_compile_and_fetch_binaries.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/bypass_compile_and_fetch_binaries.py b/buildscripts/bypass_compile_and_fetch_binaries.py
index 4bf307c8feb..831d864a582 100644
--- a/buildscripts/bypass_compile_and_fetch_binaries.py
+++ b/buildscripts/bypass_compile_and_fetch_binaries.py
@@ -269,6 +269,7 @@ def main(): # pylint: disable=too-many-locals,too-many-statements
extract_files = [
executable_name("dbtest"),
executable_name("mongobridge"),
+ executable_name("mongoebench"),
executable_name("mongoed"),
"build/integration_tests.txt",
]