Skip to content

Commit 1cd44cc

Browse files
committed
chore: remove utf
1 parent 8605748 commit 1cd44cc

File tree

3 files changed

+1
-52
lines changed

3 files changed

+1
-52
lines changed

.evergreen/config.in.yml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,28 +1213,6 @@ tasks:
12131213
params:
12141214
file: src/results.json
12151215

1216-
- name: run-spec-benchmark-tests-node-server-enableUtf8Validation-false
1217-
tags:
1218-
- run-spec-benchmark-tests
1219-
- performance
1220-
exec_timeout_secs: 3600
1221-
commands:
1222-
- command: expansions.update
1223-
type: setup
1224-
params:
1225-
updates:
1226-
- { key: NODE_LTS_VERSION, value: v22.11.0 }
1227-
- { key: VERSION, value: v6.0-perf }
1228-
- { key: TOPOLOGY, value: server }
1229-
- { key: AUTH, value: noauth }
1230-
- { key: MONGODB_CLIENT_OPTIONS, value: '{"enableUtf8Validation": false}' }
1231-
- func: install dependencies
1232-
- func: bootstrap mongo-orchestration
1233-
- func: run spec driver benchmarks
1234-
- command: perf.send
1235-
params:
1236-
file: src/results.json
1237-
12381216
- name: "test-gcpkms-task"
12391217
commands:
12401218
- command: expansions.update
@@ -1367,7 +1345,7 @@ tasks:
13671345
include_expansions_in_env: ["AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_SESSION_TOKEN"]
13681346
args:
13691347
- .evergreen/run-oidc-tests-k8s.sh
1370-
1348+
13711349
- name: "oidc-auth-test-k8s-latest-aks"
13721350
commands:
13731351
- func: "install dependencies"
@@ -1805,4 +1783,3 @@ buildvariants:
18051783
- run-spec-benchmark-tests-node-server
18061784
- run-spec-benchmark-tests-node-server-timeoutMS-120000
18071785
- run-spec-benchmark-tests-node-server-timeoutMS-0
1808-
- run-spec-benchmark-tests-node-server-enableUtf8Validation-false

.evergreen/config.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,27 +1171,6 @@ tasks:
11711171
- command: perf.send
11721172
params:
11731173
file: src/results.json
1174-
- name: run-spec-benchmark-tests-node-server-enableUtf8Validation-false
1175-
tags:
1176-
- run-spec-benchmark-tests
1177-
- performance
1178-
exec_timeout_secs: 3600
1179-
commands:
1180-
- command: expansions.update
1181-
type: setup
1182-
params:
1183-
updates:
1184-
- {key: NODE_LTS_VERSION, value: v22.11.0}
1185-
- {key: VERSION, value: v6.0-perf}
1186-
- {key: TOPOLOGY, value: server}
1187-
- {key: AUTH, value: noauth}
1188-
- {key: MONGODB_CLIENT_OPTIONS, value: '{"enableUtf8Validation": false}'}
1189-
- func: install dependencies
1190-
- func: bootstrap mongo-orchestration
1191-
- func: run spec driver benchmarks
1192-
- command: perf.send
1193-
params:
1194-
file: src/results.json
11951174
- name: test-gcpkms-task
11961175
commands:
11971176
- command: expansions.update
@@ -4736,7 +4715,6 @@ buildvariants:
47364715
- run-spec-benchmark-tests-node-server
47374716
- run-spec-benchmark-tests-node-server-timeoutMS-120000
47384717
- run-spec-benchmark-tests-node-server-timeoutMS-0
4739-
- run-spec-benchmark-tests-node-server-enableUtf8Validation-false
47404718
- name: rhel80-large-gallium
47414719
display_name: rhel8 Node16
47424720
run_on: rhel80-large

test/benchmarks/driverBench/index.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,6 @@ benchmarkRunner
106106
})
107107
.then(data => {
108108
const results = JSON.stringify(data, undefined, 2);
109-
const print_results = data.map(({ info: { test_name, args }, metrics: [{ value }] }) => ({
110-
test_name,
111-
args,
112-
value
113-
}));
114-
console.log(inspect(print_results, { depth: Infinity, colors: true }));
115109
return writeFile('results.json', results);
116110
})
117111
.catch(err => console.error(err));

0 commit comments

Comments
 (0)