@@ -1222,6 +1222,49 @@ tasks:
12221222 - command : perf.send
12231223 params :
12241224 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+ - name : run-spec-benchmark-tests-node-server-logging-enabled
1248+ tags :
1249+ - run-spec-benchmark-tests
1250+ - performance
1251+ exec_timeout_secs : 3600
1252+ commands :
1253+ - command : expansions.update
1254+ type : setup
1255+ params :
1256+ updates :
1257+ - { key: NODE_LTS_VERSION, value: v22.11.0 }
1258+ - { key: VERSION, value: v6.0-perf }
1259+ - { key: TOPOLOGY, value: server }
1260+ - { key: AUTH, value: noauth }
1261+ - { key: MONGODB_CLIENT_OPTIONS, value: '{"monitorCommands": true}' }
1262+ - func : install dependencies
1263+ - func : bootstrap mongo-orchestration
1264+ - func : run spec driver benchmarks
1265+ - command : perf.send
1266+ params :
1267+ file : src/results.json
12251268
12261269 - name : " test-gcpkms-task"
12271270 commands :
0 commit comments