File tree Expand file tree Collapse file tree 2 files changed +23
-21
lines changed
Expand file tree Collapse file tree 2 files changed +23
-21
lines changed Original file line number Diff line number Diff line change @@ -1244,27 +1244,6 @@ tasks:
12441244 - command : perf.send
12451245 params :
12461246 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
12681247
12691248 - name : " test-gcpkms-task"
12701249 commands :
@@ -1837,3 +1816,4 @@ buildvariants:
18371816 - run-spec-benchmark-tests-node-server
18381817 - run-spec-benchmark-tests-node-server-timeoutMS-120000
18391818 - 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:
11801180 - command : perf.send
11811181 params :
11821182 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
11831204 - name : test-gcpkms-task
11841205 commands :
11851206 - command : expansions.update
@@ -4756,6 +4777,7 @@ buildvariants:
47564777 - run-spec-benchmark-tests-node-server
47574778 - run-spec-benchmark-tests-node-server-timeoutMS-120000
47584779 - run-spec-benchmark-tests-node-server-timeoutMS-0
4780+ - run-spec-benchmark-tests-node-server-monitorCommands-true
47594781 - name : rhel80-large-gallium
47604782 display_name : rhel8 Node16
47614783 run_on : rhel80-large
You can’t perform that action at this time.
0 commit comments