summaryrefslogtreecommitdiff
path: root/etc/perf.yml
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-03-31 19:50:41 +0000
commitacdfc2b8639e765f0243b7e737859325383e8314 (patch)
tree41e307d9bb5d37ab5de8c15891c3d85fe0afaaf9 /etc/perf.yml
parent858525c4dee0335a99a05e0cb0f67ea11460fb82 (diff)
downloadmongo-acdfc2b8639e765f0243b7e737859325383e8314.tar.gz
SERVER-46861 Update perf.yml to use the updated genny invocation
Diffstat (limited to 'etc/perf.yml')
-rw-r--r--etc/perf.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index bbe3550c448..6946a89cc6c 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"