mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-29 16:47:28 +01:00
SERVER-49736 Run genny workload execution/UserAcquisition
This commit is contained in:
parent
59908157c9
commit
a7548e3f0b
11
etc/perf.yml
11
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
|
||||
|
Loading…
Reference in New Issue
Block a user