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

``

`-

`

18

``

`-

`

19

``

`-

`

20

``

`-

`

21

``

`-

`

22

``

`-

`

23

``

`-

`

24

``

`-

`

25

``

`-

`

26

``

`-

`

27

``

`-

`

30

``

`-

`

31

``

`-

`

32

``

`-

`

33

``

`-

`

36

``

`-

`

37

``

`-

`

38

``

`-

`

39

``

`-

`

42

``

`-

`

43

``

`-

`

44

``

`-

`

45

``

`-

`

48

``

`-

`

49

``

`-

`

50

``

`-

`

51

``

`-

`

54

``

`-

`

55

``

`-

`

56

``

`-

`

57

``

`-

`

60

``

`-

`

61

``

`-

`

62

``

`-

`

63

``

`-

`

67

``

`-

`

68

``

`-

`

69

``

`-

`

70

``

`-

`

73

``

`-

`

74

``

`-

`

75

``

`-

`

76

``

`-

`

80

``

`-

`

81

``

`-

`

82

``

`-

`

83

``

`-

`

86

``

`-

`

87

``

`-

`

88

``

`-

`

89

``

`-

`

92

``

`-

`

93

``

`-

`

94

``

`-

`

95

``

`-

`

98

``

`-

`

99

``

`-

`

100

``

`-

`

101

``

`-

`

105

``

`-

`

106

``

`-

`

107

``

`-

`

108

``

`-

`

111

``

`-

`

112

``

`-

`

113

``

`-

`

114

``

`-

`

117

``

`-

`

118

``

`-

`

119

``

`-

`

120

``

`-

`

123

``

`-

`

124

``

`-

`

125

``

`-

`

126

``

`-

`

129

``

`-

`

130

``

`-

`

131

``

`-

`

132

``

`-

`

135

``

`-

`

136

``

`-

`

137

``

`-

`

138

``

`-

`

141

``

`-

`

142

``

`-

`

143

``

`-

`

144

``

`-

`

147

``

`-

`

148

``

`-

`

149

``

`-

`

150

``

`-

`

154

``

`-

`

155

``

`-

`

156

``

`-

`

157

``

`-

`

160

``

`-

`

161

``

`-

`

162

``

`-

`

163

``

`-

`

167

``

`-

`

168

``

`-

`

169

``

`-

`

170

``

`-

`

173

``

`-

`

174

``

`-

`

175

``

`-

`

176

``

`-

`

179

``

`-

`

180

``

`-

`

181

``

`-

Directory Purpose
assert

`

28

``

`-

Benchmarks for the assert subsystem.

`

29

``

`-

buffers

`

34

``

`-

Benchmarks for the buffer subsystem.

`

35

``

`-

child_process

`

40

``

`-

Benchmarks for the child_process subsystem.

`

41

``

`-

crypto

`

46

``

`-

Benchmarks for the crypto subsystem.

`

47

``

`-

dgram

`

52

``

`-

Benchmarks for the dgram subsystem.

`

53

``

`-

domain

`

58

``

`-

Benchmarks for the domain subsystem.

`

59

``

`-

es

`

64

``

`-

Benchmarks for various new ECMAScript features and their

`

65

``

`-

pre-ES2015 counterparts.

`

66

``

`-

events

`

71

``

`-

Benchmarks for the events subsystem.

`

72

``

`-

fixtures

`

77

``

`-

Benchmarks fixtures used in various benchmarks throughout

`

78

``

`-

the benchmark suite.

`

79

``

`-

fs

`

84

``

`-

Benchmarks for the fs subsystem.

`

85

``

`-

http

`

90

``

`-

Benchmarks for the http subsystem.

`

91

``

`-

http2

`

96

``

`-

Benchmarks for the http2 subsystem.

`

97

``

`-

misc

`

102

``

`-

Miscellaneous benchmarks and benchmarks for shared

`

103

``

`-

internal modules.

`

104

``

`-

module

`

109

``

`-

Benchmarks for the module subsystem.

`

110

``

`-

net

`

115

``

`-

Benchmarks for the net subsystem.

`

116

``

`-

path

`

121

``

`-

Benchmarks for the path subsystem.

`

122

``

`-

process

`

127

``

`-

Benchmarks for the process subsystem.

`

128

``

`-

querystring

`

133

``

`-

Benchmarks for the querystring subsystem.

`

134

``

`-

streams

`

139

``

`-

Benchmarks for the streams subsystem.

`

140

``

`-

string_decoder

`

145

``

`-

Benchmarks for the string_decoder subsystem.

`

146

``

`-

timers

`

151

``

`-

Benchmarks for the timers subsystem, including

`

152

``

`-

setTimeout, setInterval, .etc.

`

153

``

`-

tls

`

158

``

`-

Benchmarks for the tls subsystem.

`

159

``

`-

url

`

164

``

`-

Benchmarks for the url subsystem, including the legacy

`

165

``

`-

url implementation and the WHATWG URL implementation.

`

166

``

`-

util

`

171

``

`-

Benchmarks for the util subsystem.

`

172

``

`-

vm

`

177

``

`-

Benchmarks for the vm subsystem.

`

178

``

`-

`

``

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

``