Skip to content

Commit c0086c9

Browse files
authored
ci(NODE-5482): append node version to evergreen benchmark task (#600)
1 parent a71e5ba commit c0086c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ tasks:
209209
vars:
210210
TS_VERSION: "next"
211211
TRY_COMPILING_LIBRARY: "false"
212-
- name: run-benchmarks-node
212+
- name: run-benchmarks-node-18
213213
commands:
214214
- func: fetch source
215215
vars:
@@ -247,4 +247,4 @@ buildvariants:
247247
display_name: RHEL 9.0 perf
248248
run_on: rhel90-dbx-perf-large
249249
tasks:
250-
- run-benchmarks-node
250+
- run-benchmarks-node-18

0 commit comments

Comments
 (0)