summaryrefslogtreecommitdiff
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 11:09:39 +0000
commitea2df8b3c23418edbb0c2a0adc1a6c709312f8fe (patch)
tree79905be4c0c74f9732efd51c8c1c13783a3f5f4d
parentd70b0b0739b3cd927d949f54c23bd1de1d6109e0 (diff)
downloadmongo-ea2df8b3c23418edbb0c2a0adc1a6c709312f8fe.tar.gz
SERVER-46861 Update perf.yml to use the updated genny invocation
(cherry picked from commit acdfc2b8639e765f0243b7e737859325383e8314)
-rw-r--r--etc/perf.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index 981544a026c..3acf976445a 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -220,8 +220,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"