summaryrefslogtreecommitdiff
path: root/benchmark/README.md
diff options
context:
space:
mode:
authorgengjiawen <technicalcute@gmail.com>2019-03-17 15:29:57 +0800
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2019-03-19 20:55:51 +0200
commit4e08daabc889a87a14ad130d3386fd042274e6e7 (patch)
treec9f0bbfc78547ab9a1471a8227be2797e9e73802 /benchmark/README.md
parent273398a3d09601b978ace4e761f569baa94f0fd0 (diff)
downloadandroid-node-v8-4e08daabc889a87a14ad130d3386fd042274e6e7.tar.gz
android-node-v8-4e08daabc889a87a14ad130d3386fd042274e6e7.tar.bz2
android-node-v8-4e08daabc889a87a14ad130d3386fd042274e6e7.zip
benchmark: use gfm for clarity
PR-URL: https://github.com/nodejs/node/pull/26710 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Diffstat (limited to 'benchmark/README.md')
-rw-r--r--benchmark/README.md192
1 files changed, 27 insertions, 165 deletions
diff --git a/benchmark/README.md b/benchmark/README.md
index 8016d3a558..8b30ab874b 100644
--- a/benchmark/README.md
+++ b/benchmark/README.md
@@ -14,171 +14,33 @@ directory, see [the guide on benchmarks](../doc/guides/writing-and-running-bench
## Benchmark Directories
-<table>
- <thead>
- <tr>
- <th>Directory</th>
- <th>Purpose</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>assert</td>
- <td>
- Benchmarks for the <code>assert</code> subsystem.
- </td>
- </tr>
- <tr>
- <td>buffers</td>
- <td>
- Benchmarks for the <code>buffer</code> subsystem.
- </td>
- </tr>
- <tr>
- <td>child_process</td>
- <td>
- Benchmarks for the <code>child_process</code> subsystem.
- </td>
- </tr>
- <tr>
- <td>crypto</td>
- <td>
- Benchmarks for the <code>crypto</code> subsystem.
- </td>
- </tr>
- <tr>
- <td>dgram</td>
- <td>
- Benchmarks for the <code>dgram</code> subsystem.
- </td>
- </tr>
- <tr>
- <td>domain</td>
- <td>
- Benchmarks for the <code>domain</code> subsystem.
- </td>
- </tr>
- <tr>
- <td>es</td>
- <td>
- Benchmarks for various new ECMAScript features and their
- pre-ES2015 counterparts.
- </td>
- </tr>
- <tr>
- <td>events</td>
- <td>
- Benchmarks for the <code>events</code> subsystem.
- </td>
- </tr>
- <tr>
- <td>fixtures</td>
- <td>
- Benchmarks fixtures used in various benchmarks throughout
- the benchmark suite.
- </td>
- </tr>
- <tr>
- <td>fs</td>
- <td>
- Benchmarks for the <code>fs</code> subsystem.
- </td>
- </tr>
- <tr>
- <td>http</td>
- <td>
- Benchmarks for the <code>http</code> subsystem.
- </td>
- </tr>
- <tr>
- <td>http2</td>
- <td>
- Benchmarks for the <code>http2</code> subsystem.
- </td>
- </tr>
- <tr>
- <td>misc</td>
- <td>
- Miscellaneous benchmarks and benchmarks for shared
- internal modules.
- </td>
- </tr>
- <tr>
- <td>module</td>
- <td>
- Benchmarks for the <code>module</code> subsystem.
- </td>
- </tr>
- <tr>
- <td>net</td>
- <td>
- Benchmarks for the <code>net</code> subsystem.
- </td>
- </tr>
- <tr>
- <td>path</td>
- <td>
- Benchmarks for the <code>path</code> subsystem.
- </td>
- </tr>
- <tr>
- <td>process</td>
- <td>
- Benchmarks for the <code>process</code> subsystem.
- </td>
- </tr>
- <tr>
- <td>querystring</td>
- <td>
- Benchmarks for the <code>querystring</code> subsystem.
- </td>
- </tr>
- <tr>
- <td>streams</td>
- <td>
- Benchmarks for the <code>streams</code> subsystem.
- </td>
- </tr>
- <tr>
- <td>string_decoder</td>
- <td>
- Benchmarks for the <code>string_decoder</code> subsystem.
- </td>
- </tr>
- <tr>
- <td>timers</td>
- <td>
- Benchmarks for the <code>timers</code> subsystem, including
- <code>setTimeout</code>, <code>setInterval</code>, .etc.
- </td>
- </tr>
- <tr>
- <td>tls</td>
- <td>
- Benchmarks for the <code>tls</code> subsystem.
- </td>
- </tr>
- <tr>
- <td>url</td>
- <td>
- Benchmarks for the <code>url</code> subsystem, including the legacy
- <code>url</code> implementation and the WHATWG URL implementation.
- </td>
- </tr>
- <tr>
- <td>util</td>
- <td>
- Benchmarks for the <code>util</code> subsystem.
- </td>
- </tr>
- <tr>
- <td>vm</td>
- <td>
- Benchmarks for the <code>vm</code> subsystem.
- </td>
- </tr>
- </tbody>
-</table>
+| Directory | Purpose |
+| --------------- | ---------------------------------------------------------------------------------------------------------------- |
+| assert | Benchmarks for the `assert` subsystem. |
+| buffers | Benchmarks for the `buffer` subsystem. |
+| child\_process | Benchmarks for the `child_process` subsystem. |
+| crypto | Benchmarks for the `crypto` subsystem. |
+| dgram | Benchmarks for the `dgram` subsystem. |
+| domain | Benchmarks for the `domain` subsystem. |
+| es | Benchmarks for various new ECMAScript features and their pre-ES2015 counterparts. |
+| events | Benchmarks for the `events` subsystem. |
+| fixtures | Benchmarks fixtures used in various benchmarks throughout the benchmark suite. |
+| fs | Benchmarks for the `fs` subsystem. |
+| http | Benchmarks for the `http` subsystem. |
+| http2 | Benchmarks for the `http2` subsystem. |
+| misc | Miscellaneous benchmarks and benchmarks for shared internal modules. |
+| module | Benchmarks for the `module` subsystem. |
+| net | Benchmarks for the `net` subsystem. |
+| path | Benchmarks for the `path` subsystem. |
+| process | Benchmarks for the `process` subsystem. |
+| querystring | Benchmarks for the `querystring` subsystem. |
+| streams | Benchmarks for the `streams` subsystem. |
+| string\_decoder | Benchmarks for the `string_decoder` subsystem. |
+| timers | Benchmarks for the `timers` subsystem, including `setTimeout`, `setInterval`, .etc. |
+| tls | Benchmarks for the `tls` subsystem. |
+| url | Benchmarks for the `url` subsystem, including the legacy `url` implementation and the WHATWG URL implementation. |
+| util | Benchmarks for the `util` subsystem. |
+| vm | Benchmarks for the `vm` subsystem. |
### Other Top-level files