80
80
" ./benchmark/moment/src/lib/moment/start-end-of.js" ,
81
81
" ./benchmark/moment/src/lib/create/valid.js"
82
82
],
83
+
84
+ "target-root-directory" : " ./experimental-benchmark/voca" ,
85
+ "include" : [
86
+ " ./experimental-benchmark/voca/src/strip/strip_tags.js" ,
87
+ " ./experimental-benchmark/voca/src/helper/format/replacement/compute.js" ,
88
+ " ./experimental-benchmark/voca/src/manipulate/tr.js" ,
89
+ " ./experimental-benchmark/voca/src/helper/format/type_format/float.js" ,
90
+ " ./experimental-benchmark/voca/src/manipulate/replace_all.js" ,
91
+ " ./experimental-benchmark/voca/src/manipulate/word_wrap.js" ,
92
+ " ./experimental-benchmark/voca/src/helper/strip/parse_tag_name.js" ,
93
+ " ./experimental-benchmark/voca/src/helper/format/type_format/integer_base.js" ,
94
+ " ./experimental-benchmark/voca/src/chop/code_point_at.js" ,
95
+ " ./experimental-benchmark/voca/src/helper/object/get_global.js" ,
96
+ " ./experimental-benchmark/voca/src/manipulate/trim_left.js" ,
97
+ " ./experimental-benchmark/voca/src/manipulate/trim_right.js" ,
98
+ " ./experimental-benchmark/voca/src/case/title_case.js" ,
99
+ " ./experimental-benchmark/voca/src/chop/prune.js" ,
100
+ " ./experimental-benchmark/voca/src/count/count_substrings.js" ,
101
+ " ./experimental-benchmark/voca/src/manipulate/repeat.js" ,
102
+ " ./experimental-benchmark/voca/src/manipulate/splice.js" ,
103
+ " ./experimental-benchmark/voca/src/query/ends_with.js" ,
104
+ " ./experimental-benchmark/voca/src/query/is_numeric.js" ,
105
+ " ./experimental-benchmark/voca/src/chain/wrapper.js" ,
106
+ " ./experimental-benchmark/voca/src/count/count_where.js" ,
107
+ " ./experimental-benchmark/voca/src/helper/format/align_and_pad.js" ,
108
+ " ./experimental-benchmark/voca/src/helper/format/replacement/validate.js" ,
109
+ " ./experimental-benchmark/voca/src/helper/string/diacritics_map.js" ,
110
+ " ./experimental-benchmark/voca/src/index/search.js" ,
111
+ " ./experimental-benchmark/voca/src/manipulate/insert.js" ,
112
+ " ./experimental-benchmark/voca/src/manipulate/trim.js" ,
113
+ " ./experimental-benchmark/voca/src/query/includes.js" ,
114
+ " ./experimental-benchmark/voca/src/query/starts_with.js" ,
115
+ " ./experimental-benchmark/voca/src/split/words.js" ,
116
+ " ./experimental-benchmark/voca/src/case/camel_case.js" ,
117
+ " ./experimental-benchmark/voca/src/case/capitalize.js" ,
118
+ " ./experimental-benchmark/voca/src/chop/first.js" ,
119
+ " ./experimental-benchmark/voca/src/chop/grapheme_at.js" ,
120
+ " ./experimental-benchmark/voca/src/chop/last.js" ,
121
+ " ./experimental-benchmark/voca/src/chop/truncate.js" ,
122
+ " ./experimental-benchmark/voca/src/helper/format/conversion_specification.js" ,
123
+ " ./experimental-benchmark/voca/src/helper/format/replacement/index.js" ,
124
+ " ./experimental-benchmark/voca/src/helper/format/type_format/add_sign_to_formatted_number.js" ,
125
+ " ./experimental-benchmark/voca/src/helper/format/type_format/string.js" ,
126
+ " ./experimental-benchmark/voca/src/helper/number/clip_number.js" ,
127
+ " ./experimental-benchmark/voca/src/helper/number/coerce_to_number.js" ,
128
+ " ./experimental-benchmark/voca/src/helper/number/to_integer.js" ,
129
+ " ./experimental-benchmark/voca/src/helper/string/coerce_to_string.js" ,
130
+ " ./experimental-benchmark/voca/src/helper/string/surrogate_pair.js" ,
131
+ " ./experimental-benchmark/voca/src/helper/string/unicode_size.js" ,
132
+ " ./experimental-benchmark/voca/src/helper/string/to_string.js" ,
133
+ " ./experimental-benchmark/voca/src/manipulate/pad.js" ,
134
+ " ./experimental-benchmark/voca/src/manipulate/pad_left.js" ,
135
+ " ./experimental-benchmark/voca/src/manipulate/pad_right.js" ,
136
+ " ./experimental-benchmark/voca/src/query/matches.js" ,
137
+ " ./experimental-benchmark/voca/src/split/code_points.js" ,
138
+ " ./experimental-benchmark/voca/src/strip/strip_bom.js"
139
+ ],
140
+
141
+ "target-root-directory" : " ./experimental-benchmark/accounting.js/" ,
142
+ "include" : [
143
+ " ./experimental-benchmark/accounting.js/accounting.js"
144
+ ],
145
+
146
+ "target-root-directory" : " ./experimental-benchmark/array/" ,
147
+ "include" : [
148
+ " ./experimental-benchmark/array/lib/array.js" ,
149
+ " ./experimental-benchmark/array/lib/enumerable.js"
150
+ ],
151
+
152
+ "target-root-directory" : " ./experimental-benchmark/arraygeous" ,
153
+ "include" : [
154
+ " ./experimental-benchmark/arraygeous/src/sort.js" ,
155
+ " ./experimental-benchmark/arraygeous/src/cor.js" ,
156
+ " ./experimental-benchmark/arraygeous/src/mode.js" ,
157
+ " ./experimental-benchmark/arraygeous/src/closest.js" ,
158
+ " ./experimental-benchmark/arraygeous/src/extent.js" ,
159
+ " ./experimental-benchmark/arraygeous/src/cumsum.js" ,
160
+ " ./experimental-benchmark/arraygeous/src/deviation.js" ,
161
+ " ./experimental-benchmark/arraygeous/src/max.js" ,
162
+ " ./experimental-benchmark/arraygeous/src/maxIndex.js" ,
163
+ " ./experimental-benchmark/arraygeous/src/min.js" ,
164
+ " ./experimental-benchmark/arraygeous/src/minIndex.js" ,
165
+ " ./experimental-benchmark/arraygeous/src/variance.js" ,
166
+ " ./experimental-benchmark/arraygeous/src/mean.js" ,
167
+ " ./experimental-benchmark/arraygeous/src/sum.js" ,
168
+ " ./experimental-benchmark/arraygeous/src/count.js" ,
169
+ " ./experimental-benchmark/arraygeous/src/diff.js" ,
170
+ " ./experimental-benchmark/arraygeous/src/median.js" ,
171
+ " ./experimental-benchmark/arraygeous/src/unique.js" ,
172
+ " ./experimental-benchmark/arraygeous/src/every.js" ,
173
+ " ./experimental-benchmark/arraygeous/src/filter.js" ,
174
+ " ./experimental-benchmark/arraygeous/src/find.js" ,
175
+ " ./experimental-benchmark/arraygeous/src/findIndex.js" ,
176
+ " ./experimental-benchmark/arraygeous/src/includes.js" ,
177
+ " ./experimental-benchmark/arraygeous/src/meanroll.js" ,
178
+ " ./experimental-benchmark/arraygeous/src/some.js"
179
+ ],
180
+
181
+ // Not suitable for benchmark (ESM module)
182
+ "target-root-directory" : " ./experimental-benchmark/camelcase" ,
183
+ "include" : [
184
+ " ./experimental-benchmark/camelcase/index.js"
185
+ ],
186
+
187
+ "target-root-directory" : " ./experimental-benchmark/Case" ,
188
+ "include" : [
189
+ " ./experimental-benchmark/Case/src/Case.js"
190
+ ],
83
191
}
0 commit comments