diff options
author | Sara Golemon <sara.golemon@mongodb.com> | 2020-07-20 15:13:25 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-07-21 17:20:41 +0000 |
commit | a7548e3f0b558d5a8bb936751402cfa0601c34cc (patch) | |
tree | 1528c5b85d217e84fc60d0a69a453004fd108b3c /etc/perf.yml | |
parent | 59908157c917357f67dc9982560bae6f1b9008a6 (diff) | |
download | mongo-a7548e3f0b558d5a8bb936751402cfa0601c34cc.tar.gz |
SERVER-49736 Run genny workload execution/UserAcquisition
Diffstat (limited to 'etc/perf.yml')
-rw-r--r-- | etc/perf.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/perf.yml b/etc/perf.yml index 445158ff880..63f72b2e786 100644 --- a/etc/perf.yml +++ b/etc/perf.yml @@ -281,6 +281,16 @@ tasks: vars: workload: scale/InsertRemove.yml +- name: genny_execution_UserAcquisition + depends_on: + - variant: linux-wt-standalone + name: compile + commands: + - func: "start server" + - func: "run genny workload" + vars: + workload: execution/UserAcquisition.yml + - name: compile commands: # Calling the git.get_project command here will clone the mongodb/mongo repository, as well as @@ -637,6 +647,7 @@ buildvariants: distros: - rhel62-large - name: genny_scale_InsertRemove + - name: genny_execution_UserAcquisition - name: aggregation - name: agg-query-comparison - name: query |