benchmark: use gfm for clarity · nodejs/node@0e4ae00 (original) (raw)
`@@ -14,171 +14,33 @@ directory, see [the guide on benchmarks](../doc/guides/writing-and-running-bench
`
14
14
``
15
15
`## Benchmark Directories
`
16
16
``
17
``
`-
Directory | Purpose |
---|---|
assert |
`
`` `- Benchmarks for the `
`` `- |
buffers |
`
`` `- Benchmarks for the `
`` `- |
child_process |
`
`` `- Benchmarks for the `
`` `- |
crypto |
`
`` `- Benchmarks for the `
`` `- |
dgram |
`
`` `- Benchmarks for the `
`` `- |
domain |
`
`` `- Benchmarks for the `
`` `- |
es |
`
`` `- Benchmarks for various new ECMAScript features and their `
`` `- pre-ES2015 counterparts. `
`` `- |
events |
`
`` `- Benchmarks for the `
`` `- |
fixtures |
`
`` `- Benchmarks fixtures used in various benchmarks throughout `
`` `- the benchmark suite. `
`` `- |
fs |
`
`` `- Benchmarks for the `
`` `- |
http |
`
`` `- Benchmarks for the `
`` `- |
http2 |
`
`` `- Benchmarks for the `
`` `- |
misc |
`
`` `- Miscellaneous benchmarks and benchmarks for shared `
`` `- internal modules. `
`` `- |
module |
`
`` `- Benchmarks for the `
`` `- |
net |
`
`` `- Benchmarks for the `
`` `- |
path |
`
`` `- Benchmarks for the `
`` `- |
process |
`
`` `- Benchmarks for the `
`` `- |
querystring |
`
`` `- Benchmarks for the `
`` `- |
streams |
`
`` `- Benchmarks for the `
`` `- |
string_decoder |
`
`` `- Benchmarks for the `
`` `- |
timers |
`
`` `- Benchmarks for the `
`` `- `
`` `- |
tls |
`
`` `- Benchmarks for the `
`` `- |
url |
`
`` `- Benchmarks for the `
`` `- `
`` `- |
util |
`
`` `- Benchmarks for the `
`` `- |
vm |
`
`` `- Benchmarks for the `
`` `- |
`
``
17
`+
| Directory | Purpose |
`
``
18
`+
| --------------- | ---------------------------------------------------------------------------------------------------------------- |
`
``
19
`` +
| assert | Benchmarks for the assert
subsystem. |
``
``
20
`` +
| buffers | Benchmarks for the buffer
subsystem. |
``
``
21
`` +
| child_process | Benchmarks for the child_process
subsystem. |
``
``
22
`` +
| crypto | Benchmarks for the crypto
subsystem. |
``
``
23
`` +
| dgram | Benchmarks for the dgram
subsystem. |
``
``
24
`` +
| domain | Benchmarks for the domain
subsystem. |
``
``
25
`+
| es | Benchmarks for various new ECMAScript features and their pre-ES2015 counterparts. |
`
``
26
`` +
| events | Benchmarks for the events
subsystem. |
``
``
27
`+
| fixtures | Benchmarks fixtures used in various benchmarks throughout the benchmark suite. |
`
``
28
`` +
| fs | Benchmarks for the fs
subsystem. |
``
``
29
`` +
| http | Benchmarks for the http
subsystem. |
``
``
30
`` +
| http2 | Benchmarks for the http2
subsystem. |
``
``
31
`+
| misc | Miscellaneous benchmarks and benchmarks for shared internal modules. |
`
``
32
`` +
| module | Benchmarks for the module
subsystem. |
``
``
33
`` +
| net | Benchmarks for the net
subsystem. |
``
``
34
`` +
| path | Benchmarks for the path
subsystem. |
``
``
35
`` +
| process | Benchmarks for the process
subsystem. |
``
``
36
`` +
| querystring | Benchmarks for the querystring
subsystem. |
``
``
37
`` +
| streams | Benchmarks for the streams
subsystem. |
``
``
38
`` +
| string_decoder | Benchmarks for the string_decoder
subsystem. |
``
``
39
`` +
| timers | Benchmarks for the timers
subsystem, including setTimeout
, setInterval
, .etc. |
``
``
40
`` +
| tls | Benchmarks for the tls
subsystem. |
``
``
41
`` +
| url | Benchmarks for the url
subsystem, including the legacy url
implementation and the WHATWG URL implementation. |
``
``
42
`` +
| util | Benchmarks for the util
subsystem. |
``
``
43
`` +
| vm | Benchmarks for the vm
subsystem. |
``
182
44
``
183
45
`### Other Top-level files
`
184
46
``