From 92e7c310cb5a7fd9fc8913080afad89e6fb071a6 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Mon, 5 Feb 2024 15:52:20 +0100 Subject: [PATCH] benchmark: rename startup.js to startup-core.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Geoffrey Booth Reviewed-By: Yagiz Nizipli Reviewed-By: Antoine du Hamel --- .github/CODEOWNERS | 2 +- benchmark/misc/{startup.js => startup-core.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename benchmark/misc/{startup.js => startup-core.js} (100%) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a79f7ab22af7e2..e4241de7d42e75 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 diff --git a/benchmark/misc/startup.js b/benchmark/misc/startup-core.js similarity index 100% rename from benchmark/misc/startup.js rename to benchmark/misc/startup-core.js