@@ -1158,93 +1158,6 @@ tasks:
11581158 - func : bootstrap kms servers
11591159 - func : " run serverless tests"
11601160
1161- - name : run-spec-benchmark-tests-node-server
1162- tags :
1163- - run-spec-benchmark-tests
1164- - performance
1165- exec_timeout_secs : 3600
1166- commands :
1167- - command : expansions.update
1168- type : setup
1169- params :
1170- updates :
1171- - { key: NODE_LTS_VERSION, value: v22.11.0 }
1172- - { key: VERSION, value: v6.0-perf }
1173- - { key: TOPOLOGY, value: server }
1174- - { key: AUTH, value: noauth }
1175- - func : install dependencies
1176- - func : bootstrap mongo-orchestration
1177- - func : run spec driver benchmarks
1178- - command : perf.send
1179- params :
1180- file : src/results.json
1181-
1182- - name : run-spec-benchmark-tests-node-server-timeoutMS-120000
1183- tags :
1184- - run-spec-benchmark-tests
1185- - performance
1186- exec_timeout_secs : 3600
1187- commands :
1188- - command : expansions.update
1189- type : setup
1190- params :
1191- updates :
1192- - { key: NODE_LTS_VERSION, value: v22.11.0 }
1193- - { key: VERSION, value: v6.0-perf }
1194- - { key: TOPOLOGY, value: server }
1195- - { key: AUTH, value: noauth }
1196- - { key: MONGODB_CLIENT_OPTIONS, value: '{"timeoutMS": 120000}' }
1197- - func : install dependencies
1198- - func : bootstrap mongo-orchestration
1199- - func : run spec driver benchmarks
1200- - command : perf.send
1201- params :
1202- file : src/results.json
1203-
1204- - name : run-spec-benchmark-tests-node-server-timeoutMS-0
1205- tags :
1206- - run-spec-benchmark-tests
1207- - performance
1208- exec_timeout_secs : 3600
1209- commands :
1210- - command : expansions.update
1211- type : setup
1212- params :
1213- updates :
1214- - { key: NODE_LTS_VERSION, value: v22.11.0 }
1215- - { key: VERSION, value: v6.0-perf }
1216- - { key: TOPOLOGY, value: server }
1217- - { key: AUTH, value: noauth }
1218- - { key: MONGODB_CLIENT_OPTIONS, value: '{"timeoutMS": 0}' }
1219- - func : install dependencies
1220- - func : bootstrap mongo-orchestration
1221- - func : run spec driver benchmarks
1222- - command : perf.send
1223- params :
1224- file : src/results.json
1225-
1226- - name : run-spec-benchmark-tests-node-server-monitorCommands-true
1227- tags :
1228- - run-spec-benchmark-tests
1229- - performance
1230- exec_timeout_secs : 3600
1231- commands :
1232- - command : expansions.update
1233- type : setup
1234- params :
1235- updates :
1236- - { key: NODE_LTS_VERSION, value: v22.11.0 }
1237- - { key: VERSION, value: v6.0-perf }
1238- - { key: TOPOLOGY, value: server }
1239- - { key: AUTH, value: noauth }
1240- - { key: MONGODB_CLIENT_OPTIONS, value: '{"monitorCommands": true}' }
1241- - func : install dependencies
1242- - func : bootstrap mongo-orchestration
1243- - func : run spec driver benchmarks
1244- - command : perf.send
1245- params :
1246- file : src/results.json
1247-
12481161 - name : " test-gcpkms-task"
12491162 commands :
12501163 - command : expansions.update
@@ -1808,12 +1721,3 @@ post:
18081721
18091722ignore :
18101723 - " *.md"
1811- buildvariants :
1812- - name : performance-tests
1813- display_name : Performance Test
1814- run_on : rhel90-dbx-perf-large
1815- tasks :
1816- - run-spec-benchmark-tests-node-server
1817- - run-spec-benchmark-tests-node-server-timeoutMS-120000
1818- - run-spec-benchmark-tests-node-server-timeoutMS-0
1819- - run-spec-benchmark-tests-node-server-monitorCommands-true
0 commit comments