@@ -14,171 +14,33 @@ directory, see [the guide on benchmarks](../doc/guides/writing-and-running-bench
1414
1515## Benchmark Directories
1616
17- <table >
18- <thead >
19- <tr>
20- <th>Directory</th>
21- <th>Purpose</th>
22- </tr>
23- </thead >
24- <tbody >
25- <tr>
26- <td>assert</td>
27- <td>
28- Benchmarks for the <code>assert</code> subsystem.
29- </td>
30- </tr>
31- <tr>
32- <td>buffers</td>
33- <td>
34- Benchmarks for the <code>buffer</code> subsystem.
35- </td>
36- </tr>
37- <tr>
38- <td>child_process</td>
39- <td>
40- Benchmarks for the <code>child_process</code> subsystem.
41- </td>
42- </tr>
43- <tr>
44- <td>crypto</td>
45- <td>
46- Benchmarks for the <code>crypto</code> subsystem.
47- </td>
48- </tr>
49- <tr>
50- <td>dgram</td>
51- <td>
52- Benchmarks for the <code>dgram</code> subsystem.
53- </td>
54- </tr>
55- <tr>
56- <td>domain</td>
57- <td>
58- Benchmarks for the <code>domain</code> subsystem.
59- </td>
60- </tr>
61- <tr>
62- <td>es</td>
63- <td>
64- Benchmarks for various new ECMAScript features and their
65- pre-ES2015 counterparts.
66- </td>
67- </tr>
68- <tr>
69- <td>events</td>
70- <td>
71- Benchmarks for the <code>events</code> subsystem.
72- </td>
73- </tr>
74- <tr>
75- <td>fixtures</td>
76- <td>
77- Benchmarks fixtures used in various benchmarks throughout
78- the benchmark suite.
79- </td>
80- </tr>
81- <tr>
82- <td>fs</td>
83- <td>
84- Benchmarks for the <code>fs</code> subsystem.
85- </td>
86- </tr>
87- <tr>
88- <td>http</td>
89- <td>
90- Benchmarks for the <code>http</code> subsystem.
91- </td>
92- </tr>
93- <tr>
94- <td>http2</td>
95- <td>
96- Benchmarks for the <code>http2</code> subsystem.
97- </td>
98- </tr>
99- <tr>
100- <td>misc</td>
101- <td>
102- Miscellaneous benchmarks and benchmarks for shared
103- internal modules.
104- </td>
105- </tr>
106- <tr>
107- <td>module</td>
108- <td>
109- Benchmarks for the <code>module</code> subsystem.
110- </td>
111- </tr>
112- <tr>
113- <td>net</td>
114- <td>
115- Benchmarks for the <code>net</code> subsystem.
116- </td>
117- </tr>
118- <tr>
119- <td>path</td>
120- <td>
121- Benchmarks for the <code>path</code> subsystem.
122- </td>
123- </tr>
124- <tr>
125- <td>process</td>
126- <td>
127- Benchmarks for the <code>process</code> subsystem.
128- </td>
129- </tr>
130- <tr>
131- <td>querystring</td>
132- <td>
133- Benchmarks for the <code>querystring</code> subsystem.
134- </td>
135- </tr>
136- <tr>
137- <td>streams</td>
138- <td>
139- Benchmarks for the <code>streams</code> subsystem.
140- </td>
141- </tr>
142- <tr>
143- <td>string_decoder</td>
144- <td>
145- Benchmarks for the <code>string_decoder</code> subsystem.
146- </td>
147- </tr>
148- <tr>
149- <td>timers</td>
150- <td>
151- Benchmarks for the <code>timers</code> subsystem, including
152- <code>setTimeout</code>, <code>setInterval</code>, .etc.
153- </td>
154- </tr>
155- <tr>
156- <td>tls</td>
157- <td>
158- Benchmarks for the <code>tls</code> subsystem.
159- </td>
160- </tr>
161- <tr>
162- <td>url</td>
163- <td>
164- Benchmarks for the <code>url</code> subsystem, including the legacy
165- <code>url</code> implementation and the WHATWG URL implementation.
166- </td>
167- </tr>
168- <tr>
169- <td>util</td>
170- <td>
171- Benchmarks for the <code>util</code> subsystem.
172- </td>
173- </tr>
174- <tr>
175- <td>vm</td>
176- <td>
177- Benchmarks for the <code>vm</code> subsystem.
178- </td>
179- </tr>
180- </tbody >
181- </table >
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. |
18244
18345### Other Top-level files
18446
0 commit comments