summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorpiatrovm <maryana.piatrova@gmail.com>2020-03-31 20:25:15 +0300
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-04-01 10:55:43 +0000
commitb6e16f4aade6fcdca85cad15218a3b83eabee838 (patch)
tree9598a682efe81f57926524aac6258a18265781ae /etc
parent869d19299f9b41ae02f3d71beb2d4462c9d628df (diff)
downloadmongo-b6e16f4aade6fcdca85cad15218a3b83eabee838.tar.gz
SERVER-46861 Update perf.yml to use the updated genny invocation
(cherry picked from commit acdfc2b8639e765f0243b7e737859325383e8314)
Diffstat (limited to 'etc')
-rw-r--r--etc/perf.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index b83b8d9a57a..46f8b797093 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -208,8 +208,8 @@ functions:
python -m pip install ./src/python
./scripts/lamp --linux-distro rhel62
- ./dist/bin/genny run -w "./dist/etc/genny/workloads/${workload}" -u 'mongodb://admin:password@localhost:27017' --metrics-output-file genny-perf.csv --metrics-format cedar-csv
- genny-metrics-legacy-report --report-file "${workdir}/src/perf.json" genny-perf.csv
+ ./scripts/genny run -w "./dist/etc/genny/workloads/${workload}" -u 'mongodb://admin:password@localhost:27017'
+ genny-metrics-legacy-report --report-file "${workdir}/src/perf.json" build/genny-metrics.csv
- command: "json.send"
params:
name: "perf"