From 73c8571e37d511d8190afb79f066c00fe587be26 Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Thu, 5 Sep 2024 23:28:58 -0300 Subject: [PATCH] meta: ping @nodejs/performance on bench changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/54752 Reviewed-By: Vinícius Lourenço Claro Cardoso Reviewed-By: Benjamin Gruenbaum Reviewed-By: Matteo Collina Reviewed-By: Marco Ippolito Reviewed-By: Yagiz Nizipli Reviewed-By: Luigi Pinca Reviewed-By: Stephen Belanger --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 48b652a6f117a1..e212ac2f35275b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -189,3 +189,6 @@ /doc/api/typescript.md @nodejs/typescript /test/fixtures/typescript/ @nodejs/typescript /tools/dep_updaters/update-amaro.sh @nodejs/typescript + +# Performance +/benchmark/* @nodejs/performance