Skip to content

Commit d3d3c16

Browse files
authored
Improve performance monitoring (#1190)
- Add dedicated distro rhel90-dbx-perf-large for more accurate performance testing. - Use patch-pinned v6 server (6.0.6). JAVA-5065
1 parent f63e960 commit d3d3c16

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.evergreen/.evg.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ functions:
148148
params:
149149
script: |
150150
${PREPARE_SHELL}
151-
REQUIRE_API_VERSION=${REQUIRE_API_VERSION} LOAD_BALANCER=${LOAD_BALANCER} MONGODB_VERSION=${VERSION} TOPOLOGY=${TOPOLOGY} AUTH=${AUTH} SSL=${SSL} STORAGE_ENGINE=${STORAGE_ENGINE} ORCHESTRATION_FILE=${ORCHESTRATION_FILE} sh ${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh
151+
REQUIRE_API_VERSION=${REQUIRE_API_VERSION} LOAD_BALANCER=${LOAD_BALANCER} MONGODB_VERSION=${VERSION} TOPOLOGY=${TOPOLOGY} AUTH=${AUTH} SSL=${SSL} STORAGE_ENGINE=${STORAGE_ENGINE} ORCHESTRATION_FILE=${ORCHESTRATION_FILE} SKIP_LEGACY_SHELL=${SKIP_LEGACY_SHELL} sh ${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh
152152
# run-orchestration generates expansion file with the MONGODB_URI for the cluster
153153
- command: expansions.update
154154
params:
@@ -1503,6 +1503,12 @@ tasks:
15031503
tags: ["perf"]
15041504
commands:
15051505
- func: "bootstrap mongo-orchestration"
1506+
vars:
1507+
VERSION: "v6.0-perf"
1508+
TOPOLOGY: "server"
1509+
SSL: "nossl"
1510+
AUTH: "noauth"
1511+
SKIP_LEGACY_SHELL: "true"
15061512
- func: "run perf tests"
15071513
- func: "send dashboard data"
15081514

@@ -2083,13 +2089,12 @@ buildvariants:
20832089
tasks:
20842090
- name: "gssapi-auth-test"
20852091

2086-
- matrix_name: "perf"
2087-
matrix_spec: { auth: "noauth", ssl: "nossl", jdk: "jdk17", version: ["latest"], topology: "standalone", os: "linux" }
2088-
batchtime: 1440 # run once a day
2089-
display_name: "Perf Tests ${version} "
2092+
- name: "perf"
2093+
display_name: Performance Tests
20902094
tags: ["perf-variant"]
2095+
run_on: rhel90-dbx-perf-large
20912096
tasks:
2092-
- name: "perf"
2097+
- name: "perf"
20932098

20942099
- name: plain-auth-test
20952100
display_name: "PLAIN (LDAP) Auth test"

0 commit comments

Comments
 (0)