summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordalyd <david.daly@mongodb.com>2016-07-06 10:19:43 -0400
committerdalyd <david.daly@mongodb.com>2016-07-07 10:16:29 -0400
commit21e0ff71b1693f42e1b44885a57de3b7b3cdacba (patch)
tree754223a6bc70057cd61d855fd41eb3dbdb411599
parent91ab93c35b63a182fa71c5fe6c1e5c77e1bddea4 (diff)
downloadmongo-21e0ff71b1693f42e1b44885a57de3b7b3cdacba.tar.gz
SERVER-24919: Perf.yml should consistently call pip install in venv
-rw-r--r--etc/perf.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index f3e9f99583c..fdf0d8999e0 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -103,6 +103,7 @@ functions:
set -o verbose
virtualenv ./venv
source ./venv/bin/activate
+ pip install -r ../dsi/requirements/analysis.txt
python -u ../dsi/analysis/compare.py -b stand.json -c node.json
- command: "json.send"
params:
@@ -117,7 +118,7 @@ functions:
set -v
virtualenv ./venv
source ./venv/bin/activate
- pip install argparse python-dateutil
+ pip install -r ../dsi/requirements/analysis.txt
- command: json.get_history
params:
task: ${task_name}