mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 00:56:44 +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:
|
vars:
|
||||||
workload: scale/InsertRemove.yml
|
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
|
- name: compile
|
||||||
commands:
|
commands:
|
||||||
# Calling the git.get_project command here will clone the mongodb/mongo repository, as well as
|
# Calling the git.get_project command here will clone the mongodb/mongo repository, as well as
|
||||||
@ -637,6 +647,7 @@ buildvariants:
|
|||||||
distros:
|
distros:
|
||||||
- rhel62-large
|
- rhel62-large
|
||||||
- name: genny_scale_InsertRemove
|
- name: genny_scale_InsertRemove
|
||||||
|
- name: genny_execution_UserAcquisition
|
||||||
- name: aggregation
|
- name: aggregation
|
||||||
- name: agg-query-comparison
|
- name: agg-query-comparison
|
||||||
- name: query
|
- name: query
|
||||||
|
Loading…
Reference in New Issue
Block a user