summaryrefslogtreecommitdiff
path: root/doc/onboarding-extras.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2016-07-07 19:41:53 -0700
committerRich Trott <rtrott@gmail.com>2016-07-10 22:14:51 -0700
commita528d0dd052be94ab56908a633372ef2609ad1dd (patch)
tree7ee927450ed1b1ff403ea23a6aa998462abd5309 /doc/onboarding-extras.md
parentce9456d6903041121d200ee8ace402786526f715 (diff)
downloadandroid-node-v8-a528d0dd052be94ab56908a633372ef2609ad1dd.tar.gz
android-node-v8-a528d0dd052be94ab56908a633372ef2609ad1dd.tar.bz2
android-node-v8-a528d0dd052be94ab56908a633372ef2609ad1dd.zip
doc: add benchmark who-to-CC info
Add benchmark to "Who to CC". Also, alphabetized the only non-alphabetized subsystem. PR-URL: https://github.com/nodejs/node/pull/7604 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'doc/onboarding-extras.md')
-rw-r--r--doc/onboarding-extras.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/onboarding-extras.md b/doc/onboarding-extras.md
index be9b48b449..5fc5424224 100644
--- a/doc/onboarding-extras.md
+++ b/doc/onboarding-extras.md
@@ -2,6 +2,8 @@
| subsystem | maintainers |
| --- | --- |
+| `benchmark/*` | @nodejs/benchmarking, @mscdex |
+| `bootstrap_node.js` | @fishrock123 |
| `lib/assert` | @nodejs/testing |
| `lib/buffer` | @nodejs/buffer |
| `lib/child_process` | @bnoordhuis, @cjihrig |
@@ -16,7 +18,6 @@
| `lib/timers` | @fishrock123, @misterdjules |
| `lib/util` | @bnoordhuis, @cjihrig, @evanlucas |
| `lib/zlib` | @addaleax, @bnoordhuis, @indutny |
-| `bootstrap_node.js` | @fishrock123 |
| `src/async-wrap.*` | @trevnorris |
| `src/node_crypto.*` | @nodejs/crypto |
| `test/*` | @nodejs/testing |