summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorRobert Guo <robert.guo@10gen.com>2018-02-22 17:34:06 -0500
committerRobert Guo <robert.guo@10gen.com>2018-03-07 11:08:51 -0500
commit6c5546598ccc1d9818a07a044fcc81db0bf030a2 (patch)
treeb99278d04de1b183863298ddcef7512347548b01 /SConstruct
parent0c4b2aa326448d7de0ba3a01c62e1a4a5d6b0851 (diff)
downloadmongo-6c5546598ccc1d9818a07a044fcc81db0bf030a2.tar.gz
SERVER-33204 add Benchmark task to evergreen.yml
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index c32932bfe32..cd5fe3d6b1c 100644
--- a/SConstruct
+++ b/SConstruct
@@ -3360,7 +3360,7 @@ env.SConscript(
variant_dir='$BUILD_DIR',
)
-all = env.Alias('all', ['core', 'tools', 'dbtest', 'unittests', 'integration_tests'])
+all = env.Alias('all', ['core', 'tools', 'dbtest', 'unittests', 'integration_tests', 'benchmarks'])
# run the Dagger tool if it's installed
if should_dagger: