Skip to content

Commit

Permalink
add command monitoring perf task
Browse files Browse the repository at this point in the history
  • Loading branch information
W-A-James committed Dec 10, 2024
1 parent a4719ea commit 1c11ab8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 21 deletions.
22 changes: 1 addition & 21 deletions .evergreen/config.in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1244,27 +1244,6 @@ tasks:
- command: perf.send
params:
file: src/results.json
- name: run-spec-benchmark-tests-node-server-logging-enabled
tags:
- run-spec-benchmark-tests
- performance
exec_timeout_secs: 3600
commands:
- command: expansions.update
type: setup
params:
updates:
- { key: NODE_LTS_VERSION, value: v22.11.0 }
- { key: VERSION, value: v6.0-perf }
- { key: TOPOLOGY, value: server }
- { key: AUTH, value: noauth }
- { key: MONGODB_CLIENT_OPTIONS, value: '{"monitorCommands": true}' }
- func: install dependencies
- func: bootstrap mongo-orchestration
- func: run spec driver benchmarks
- command: perf.send
params:
file: src/results.json

- name: "test-gcpkms-task"
commands:
Expand Down Expand Up @@ -1837,3 +1816,4 @@ buildvariants:
- run-spec-benchmark-tests-node-server
- run-spec-benchmark-tests-node-server-timeoutMS-120000
- run-spec-benchmark-tests-node-server-timeoutMS-0
- run-spec-benchmark-tests-node-server-monitorCommands-true
22 changes: 22 additions & 0 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1180,6 +1180,27 @@ tasks:
- command: perf.send
params:
file: src/results.json
- name: run-spec-benchmark-tests-node-server-monitorCommands-true
tags:
- run-spec-benchmark-tests
- performance
exec_timeout_secs: 3600
commands:
- command: expansions.update
type: setup
params:
updates:
- {key: NODE_LTS_VERSION, value: v22.11.0}
- {key: VERSION, value: v6.0-perf}
- {key: TOPOLOGY, value: server}
- {key: AUTH, value: noauth}
- {key: MONGODB_CLIENT_OPTIONS, value: '{"monitorCommands": true}'}
- func: install dependencies
- func: bootstrap mongo-orchestration
- func: run spec driver benchmarks
- command: perf.send
params:
file: src/results.json
- name: test-gcpkms-task
commands:
- command: expansions.update
Expand Down Expand Up @@ -4756,6 +4777,7 @@ buildvariants:
- run-spec-benchmark-tests-node-server
- run-spec-benchmark-tests-node-server-timeoutMS-120000
- run-spec-benchmark-tests-node-server-timeoutMS-0
- run-spec-benchmark-tests-node-server-monitorCommands-true
- name: rhel80-large-gallium
display_name: rhel8 Node16
run_on: rhel80-large
Expand Down

0 comments on commit 1c11ab8

Please sign in to comment.