@@ -1103,6 +1103,7 @@ functions:
11031103 PROJECT_DIRECTORY : ${PROJECT_DIRECTORY}
11041104 MONGODB_URI : ${MONGODB_URI}
11051105 DRIVERS_TOOLS : ${DRIVERS_TOOLS}
1106+ MONGODB_CLIENT_OPTIONS : ${MONGODB_CLIENT_OPTIONS}
11061107 binary : bash
11071108 args :
11081109 - ${PROJECT_DIRECTORY}/.evergreen/run-benchmarks.sh
@@ -1168,6 +1169,50 @@ tasks:
11681169 params :
11691170 file : src/results.json
11701171
1172+ - name : run-spec-benchmark-tests-node-server-timeoutMS-120000
1173+ tags :
1174+ - run-spec-benchmark-tests
1175+ - performance
1176+ exec_timeout_secs : 3600
1177+ commands :
1178+ - command : expansions.update
1179+ type : setup
1180+ params :
1181+ updates :
1182+ - { key: NODE_LTS_VERSION, value: v22.11.0 }
1183+ - { key: VERSION, value: v6.0-perf }
1184+ - { key: TOPOLOGY, value: server }
1185+ - { key: AUTH, value: noauth }
1186+ - { key: MONGODB_CLIENT_OPTIONS, value: '{"timeoutMS": 120000}' }
1187+ - func : install dependencies
1188+ - func : bootstrap mongo-orchestration
1189+ - func : run spec driver benchmarks
1190+ - command : perf.send
1191+ params :
1192+ file : src/results.json
1193+
1194+ - name : run-spec-benchmark-tests-node-server-timeoutMS-0
1195+ tags :
1196+ - run-spec-benchmark-tests
1197+ - performance
1198+ exec_timeout_secs : 3600
1199+ commands :
1200+ - command : expansions.update
1201+ type : setup
1202+ params :
1203+ updates :
1204+ - { key: NODE_LTS_VERSION, value: v22.11.0 }
1205+ - { key: VERSION, value: v6.0-perf }
1206+ - { key: TOPOLOGY, value: server }
1207+ - { key: AUTH, value: noauth }
1208+ - { key: MONGODB_CLIENT_OPTIONS, value: '{"timeoutMS": 0}' }
1209+ - func : install dependencies
1210+ - func : bootstrap mongo-orchestration
1211+ - func : run spec driver benchmarks
1212+ - command : perf.send
1213+ params :
1214+ file : src/results.json
1215+
11711216 - name : " test-gcpkms-task"
11721217 commands :
11731218 - command : expansions.update
@@ -1300,7 +1345,7 @@ tasks:
13001345 include_expansions_in_env : ["AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_SESSION_TOKEN"]
13011346 args :
13021347 - .evergreen/run-oidc-tests-k8s.sh
1303-
1348+
13041349 - name : " oidc-auth-test-k8s-latest-aks"
13051350 commands :
13061351 - func : " install dependencies"
@@ -1736,3 +1781,5 @@ buildvariants:
17361781 run_on : rhel90-dbx-perf-large
17371782 tasks :
17381783 - run-spec-benchmark-tests-node-server
1784+ - run-spec-benchmark-tests-node-server-timeoutMS-120000
1785+ - run-spec-benchmark-tests-node-server-timeoutMS-0
0 commit comments