diff options
author | Yves Duhem <yves.duhem@mongodb.com> | 2019-01-17 11:45:17 -0500 |
---|---|---|
committer | Yves Duhem <yves.duhem@mongodb.com> | 2019-01-17 11:45:17 -0500 |
commit | 05657631ff97f3f676dfbfe80764c68d8bc5a6cf (patch) | |
tree | 3bc1c1cfd26396f780d33b4a8f74583585643af3 /etc | |
parent | e12dcc7fdbdb44fb7806dfb42a49bd740f361d82 (diff) | |
download | mongo-05657631ff97f3f676dfbfe80764c68d8bc5a6cf.tar.gz |
SERVER-38721 Run detect-outliers in sys-perf tests
Diffstat (limited to 'etc')
-rw-r--r-- | etc/system_perf.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml index d5d077d522d..b158548de37 100644 --- a/etc/system_perf.yml +++ b/etc/system_perf.yml @@ -301,6 +301,11 @@ functions: script: | ../src/dsi/dsi/run-dsi detect-changes - command: shell.exec + params: + working_dir: work + script: | + ../src/dsi/dsi/run-dsi detect-outliers + - command: shell.exec type : test params: working_dir: work |