File tree Expand file tree Collapse file tree 2 files changed +45
-0
lines changed Expand file tree Collapse file tree 2 files changed +45
-0
lines changed Original file line number Diff line number Diff line change @@ -1222,6 +1222,28 @@ tasks:
1222
1222
- command : perf.send
1223
1223
params :
1224
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
1225
1247
1226
1248
- name : " test-gcpkms-task"
1227
1249
commands :
@@ -1794,3 +1816,4 @@ buildvariants:
1794
1816
- run-spec-benchmark-tests-node-server
1795
1817
- run-spec-benchmark-tests-node-server-timeoutMS-120000
1796
1818
- run-spec-benchmark-tests-node-server-timeoutMS-0
1819
+ - run-spec-benchmark-tests-node-server-monitorCommands-true
Original file line number Diff line number Diff line change @@ -1180,6 +1180,27 @@ tasks:
1180
1180
- command : perf.send
1181
1181
params :
1182
1182
file : src/results.json
1183
+ - name : run-spec-benchmark-tests-node-server-monitorCommands-true
1184
+ tags :
1185
+ - run-spec-benchmark-tests
1186
+ - performance
1187
+ exec_timeout_secs : 3600
1188
+ commands :
1189
+ - command : expansions.update
1190
+ type : setup
1191
+ params :
1192
+ updates :
1193
+ - {key: NODE_LTS_VERSION, value: v22.11.0}
1194
+ - {key: VERSION, value: v6.0-perf}
1195
+ - {key: TOPOLOGY, value: server}
1196
+ - {key: AUTH, value: noauth}
1197
+ - {key: MONGODB_CLIENT_OPTIONS, value: '{"monitorCommands": true}'}
1198
+ - func : install dependencies
1199
+ - func : bootstrap mongo-orchestration
1200
+ - func : run spec driver benchmarks
1201
+ - command : perf.send
1202
+ params :
1203
+ file : src/results.json
1183
1204
- name : test-gcpkms-task
1184
1205
commands :
1185
1206
- command : expansions.update
@@ -4756,6 +4777,7 @@ buildvariants:
4756
4777
- run-spec-benchmark-tests-node-server
4757
4778
- run-spec-benchmark-tests-node-server-timeoutMS-120000
4758
4779
- run-spec-benchmark-tests-node-server-timeoutMS-0
4780
+ - run-spec-benchmark-tests-node-server-monitorCommands-true
4759
4781
- name : rhel80-large-gallium
4760
4782
display_name : rhel8 Node16
4761
4783
run_on : rhel80-large
You can’t perform that action at this time.
0 commit comments