From 96619fc97fbf4667010ecdde61a774b6e62fab18 Mon Sep 17 00:00:00 2001 From: Gibson Fahnestock Date: Tue, 4 Apr 2017 16:27:25 +0100 Subject: [PATCH] doc: document the performance team Can be cc'ed with `@nodejs/performance`. PR-URL: https://github.com/nodejs/node/pull/12213 Refs: https://github.com/nodejs/node/pull/12194#issuecomment-291477258 Reviewed-By: James M Snell Reviewed-By: Joyee Cheung Reviewed-By: Luigi Pinca Reviewed-By: Matteo Collina Reviewed-By: Michael Dawson --- doc/onboarding-extras.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/onboarding-extras.md b/doc/onboarding-extras.md index 4f507d64ad..b616d6d2b6 100644 --- a/doc/onboarding-extras.md +++ b/doc/onboarding-extras.md @@ -27,6 +27,7 @@ | `test/*` | @nodejs/testing | | `tools/eslint`, `.eslintrc` | @not-an-aardvark, @silverwind, @trott | | async_hooks | @nodejs/diagnostics | +| performance | @nodejs/performance | | upgrading V8 | @nodejs/v8, @nodejs/post-mortem | | upgrading npm | @fishrock123, @MylesBorins | | upgrading c-ares | @jbergstroem |