summaryrefslogtreecommitdiff
path: root/buildscripts/bypass_compile_and_fetch_binaries.py
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2018-07-10 01:39:36 -0400
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2018-07-10 01:39:36 -0400
commita750bf210f70dd6e15cd65a15d50aeb8cd75fa3f (patch)
tree63b3d3213ce60f08625981f087392e0fd314e957 /buildscripts/bypass_compile_and_fetch_binaries.py
parent4c725a11acf11e41e8200500a03d3cec97a25dbe (diff)
downloadmongo-a750bf210f70dd6e15cd65a15d50aeb8cd75fa3f.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.
Diffstat (limited to 'buildscripts/bypass_compile_and_fetch_binaries.py')
-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",
]