summaryrefslogtreecommitdiff
path: root/doc/onboarding-extras.md
diff options
context:
space:
mode:
authorGibson Fahnestock <gibfahn@gmail.com>2017-04-04 16:27:25 +0100
committerGibson Fahnestock <gibfahn@gmail.com>2017-04-08 10:55:45 +0100
commit96619fc97fbf4667010ecdde61a774b6e62fab18 (patch)
tree690ece2482799d07204b4d0eb91a97d37411e53a /doc/onboarding-extras.md
parentb03f1f0c01b2efbc57766998371d41f04700a6ba (diff)
downloadandroid-node-v8-96619fc97fbf4667010ecdde61a774b6e62fab18.tar.gz
android-node-v8-96619fc97fbf4667010ecdde61a774b6e62fab18.tar.bz2
android-node-v8-96619fc97fbf4667010ecdde61a774b6e62fab18.zip
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 <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Diffstat (limited to 'doc/onboarding-extras.md')
-rw-r--r--doc/onboarding-extras.md1
1 files changed, 1 insertions, 0 deletions
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 |