benchmark: rename startup.js to startup-core.js

It is easier to filter the core startup benchmark with this name.

PR-URL: https://github.com/nodejs/node/pull/51669
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
pull/51834/head
Joyee Cheung 2024-02-05 15:52:20 +01:00
parent 87855a571b
commit 39e3d21bd7
No known key found for this signature in database
GPG Key ID: 92B78A53C8303B8D
2 changed files with 1 additions and 1 deletions

2
.github/CODEOWNERS vendored
View File

@ -125,7 +125,7 @@
# Startup
/benchmark/misc/startup.js @nodejs/startup
/benchmark/misc/startup-* @nodejs/startup
/lib/internal/bootstrap/* @nodejs/startup
/src/node_builtins* @nodejs/startup
/src/node_realm* @nodejs/startup @nodejs/realm