summaryrefslogtreecommitdiff
path: root/site_scons
diff options
context:
space:
mode:
authorRobert Guo <robert.guo@10gen.com>2018-02-19 15:59:34 -0500
committerRobert Guo <robert.guo@10gen.com>2018-04-26 09:28:43 -0400
commitb8e9ac599a51c147f7ca9e5086c8b29ffc5ebae2 (patch)
tree248e9f6462ea0845659b883b873a2ff7c17044ef /site_scons
parent1134f64fe5958487ccc21e411dfc4bf42e510e22 (diff)
downloadmongo-b8e9ac599a51c147f7ca9e5086c8b29ffc5ebae2.tar.gz
SERVER-33203 add benchmark canary tests
(cherry picked from commit 721846a8b4b64d72338b46f91002d4a601c7dbba)
Diffstat (limited to 'site_scons')
-rw-r--r--site_scons/site_tools/mongo_benchmark.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/site_scons/site_tools/mongo_benchmark.py b/site_scons/site_tools/mongo_benchmark.py
index 8470a9bfdbf..7c12627bc42 100644
--- a/site_scons/site_tools/mongo_benchmark.py
+++ b/site_scons/site_tools/mongo_benchmark.py
@@ -29,7 +29,6 @@ def build_benchmark(env, target, source, **kwargs):
libdeps = kwargs.get('LIBDEPS', [])
libdeps.append('$BUILD_DIR/mongo/unittest/benchmark_main')
- libdeps.append('$BUILD_DIR/third_party/shim_benchmark')
kwargs['LIBDEPS'] = libdeps