From 7e67176d79df753ba07ebe523da3bd199ed2c570 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 80691ddd0dd58b..7f15d4985c2f30 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 |