|
1 | 1 | {
|
| 2 | + "target-root-directory": "./benchmark/axios", |
| 3 | + "target-include": [ |
| 4 | + "./benchmark/axios/lib/adapters/http.js" |
| 5 | + ], |
| 6 | + "analysis-include": [ |
| 7 | + "./benchmark/axios/lib/**/*.js" |
| 8 | + ], |
| 9 | + "analysis-exclude": [ |
| 10 | + "./benchmark/axios/**/*.test.js", |
| 11 | + "./benchmark/axios/test/**/*.*", |
| 12 | + "./benchmark/axios/node_modules/**/*.*" |
| 13 | + ], |
| 14 | + |
2 | 15 | "target-root-directory": "./benchmark/commanderjs",
|
3 | 16 | "target-include": [
|
4 | 17 | "./benchmark/commanderjs/lib/help.js",
|
|
10 | 23 | ],
|
11 | 24 | "analysis-exclude": [
|
12 | 25 | "./benchmark/commanderjs/**/*.test.js",
|
13 |
| - "./benchmark/commanderjs/test/*", |
14 |
| - "./benchmark/commanderjs/node_modules/*" |
| 26 | + "./benchmark/commanderjs/test/**/*.*", |
| 27 | + "./benchmark/commanderjs/node_modules/**/*.*" |
15 | 28 | ],
|
16 | 29 |
|
17 | 30 |
|
|
25 | 38 | "./benchmark/express/lib/view.js"
|
26 | 39 | ],
|
27 | 40 | "analysis-include": [
|
28 |
| - "./benchmark/express/**/*.js" |
| 41 | + "./benchmark/express/lib/**/*.js" |
29 | 42 | ],
|
30 | 43 | "analysis-exclude": [
|
31 | 44 | "./benchmark/express/**/*.test.js",
|
32 |
| - "./benchmark/express/test/*", |
33 |
| - "./benchmark/express/node_modules/*" |
| 45 | + "./benchmark/express/test/**/*.*", |
| 46 | + "./benchmark/express/node_modules/**/*.*" |
34 | 47 | ],
|
35 | 48 |
|
36 | 49 |
|
|
61 | 74 | ],
|
62 | 75 | "analysis-exclude": [
|
63 | 76 | "./benchmark/javascript-algorithms/**/*.test.js",
|
64 |
| - "./benchmark/javascript-algorithms/test/*", |
65 |
| - "./benchmark/javascript-algorithms/node_modules/*" |
| 77 | + "./benchmark/javascript-algorithms/test/**/*.*", |
| 78 | + "./benchmark/javascript-algorithms/node_modules/**/*.*" |
66 | 79 | ],
|
67 | 80 |
|
68 | 81 | "target-root-directory": "./benchmark/lodash",
|
|
83 | 96 | ],
|
84 | 97 | "analysis-exclude": [
|
85 | 98 | "./benchmark/lodash/**/*.test.js",
|
86 |
| - "./benchmark/lodash/test/*", |
87 |
| - "./benchmark/lodash/node_modules/*" |
| 99 | + "./benchmark/lodash/test/**/*.*", |
| 100 | + "./benchmark/lodash/node_modules/**/*.*" |
88 | 101 | ],
|
89 | 102 |
|
90 | 103 |
|
|
116 | 129 | ],
|
117 | 130 | "analysis-exclude": [
|
118 | 131 | "./benchmark/moment/**/*.test.js",
|
119 |
| - "./benchmark/moment/test/*", |
120 |
| - "./benchmark/moment/node_modules/*" |
| 132 | + "./benchmark/moment/test/**/*.*", |
| 133 | + "./benchmark/moment/node_modules/**/*.*" |
121 | 134 | ],
|
122 | 135 |
|
123 | 136 | "target-root-directory": "./experimental-benchmark/voca",
|
|
181 | 194 | ],
|
182 | 195 | "analysis-exclude": [
|
183 | 196 | "./experimental-benchmark/voca/**/*.test.js",
|
184 |
| - "./experimental-benchmark/voca/test/*", |
185 |
| - "./experimental-benchmark/voca/node_modules/*" |
| 197 | + "./experimental-benchmark/voca/test/**/*.*", |
| 198 | + "./experimental-benchmark/voca/node_modules/**/*.*" |
186 | 199 | ],
|
187 | 200 |
|
188 | 201 | "target-root-directory": "./experimental-benchmark/accounting.js/",
|
|
194 | 207 | ],
|
195 | 208 | "analysis-exclude": [
|
196 | 209 | "./experimental-benchmark/accounting.js/**/*.test.js",
|
197 |
| - "./experimental-benchmark/accounting.js/test/*", |
198 |
| - "./experimental-benchmark/accounting.js/node_modules/*" |
| 210 | + "./experimental-benchmark/accounting.js/test/**/*.*", |
| 211 | + "./experimental-benchmark/accounting.js/node_modules/**/*.*" |
199 | 212 | ],
|
200 | 213 |
|
201 | 214 | "target-root-directory": "./experimental-benchmark/array/",
|
|
208 | 221 | ],
|
209 | 222 | "analysis-exclude": [
|
210 | 223 | "./experimental-benchmark/array/**/*.test.js",
|
211 |
| - "./experimental-benchmark/array/test/*", |
212 |
| - "./experimental-benchmark/array/node_modules/*" |
| 224 | + "./experimental-benchmark/array/test/**/*.*", |
| 225 | + "./experimental-benchmark/array/node_modules/**/*.*" |
213 | 226 | ],
|
214 | 227 |
|
215 | 228 | "target-root-directory": "./experimental-benchmark/arraygeous",
|
|
245 | 258 | ],
|
246 | 259 | "analysis-exclude": [
|
247 | 260 | "./experimental-benchmark/arraygeous/**/*.test.js",
|
248 |
| - "./experimental-benchmark/arraygeous/test/*", |
249 |
| - "./experimental-benchmark/arraygeous/node_modules/*" |
| 261 | + "./experimental-benchmark/arraygeous/test/**/*.*", |
| 262 | + "./experimental-benchmark/arraygeous/node_modules/**/*.*" |
250 | 263 | ],
|
251 | 264 |
|
252 | 265 | // Not suitable for benchmark (ESM module)
|
|
259 | 272 | ],
|
260 | 273 | "analysis-exclude": [
|
261 | 274 | "./experimental-benchmark/camelcase/**/*.test.js",
|
262 |
| - "./experimental-benchmark/camelcase/test/*", |
263 |
| - "./experimental-benchmark/camelcase/node_modules/*" |
| 275 | + "./experimental-benchmark/camelcase/test/**/*.*", |
| 276 | + "./experimental-benchmark/camelcase/node_modules/**/*.*" |
264 | 277 | ],
|
265 | 278 |
|
266 | 279 | "target-root-directory": "./experimental-benchmark/Case",
|
|
272 | 285 | ],
|
273 | 286 | "analysis-exclude": [
|
274 | 287 | "./experimental-benchmark/Case/**/*.test.js",
|
275 |
| - "./experimental-benchmark/Case/test/*", |
276 |
| - "./experimental-benchmark/Case/node_modules/*" |
| 288 | + "./experimental-benchmark/Case/test/**/*.*", |
| 289 | + "./experimental-benchmark/Case/node_modules/**/*.*" |
277 | 290 | ],
|
278 | 291 |
|
279 | 292 | // Uses some kind of half type script import syntax
|
|
289 | 302 | ],
|
290 | 303 | "analysis-exclude": [
|
291 | 304 | "./experimental-benchmark/react/**/*.test.js",
|
292 |
| - "./experimental-benchmark/react/test/*", |
293 |
| - "./experimental-benchmark/react/node_modules/*" |
| 305 | + "./experimental-benchmark/react/test/**/*.*", |
| 306 | + "./experimental-benchmark/react/node_modules/**/*.*" |
294 | 307 | ],
|
295 | 308 |
|
296 | 309 | // Frontend code
|
|
310 | 323 | ],
|
311 | 324 | "analysis-exclude": [
|
312 | 325 | "./experimental-benchmark/react/**/*.test.js",
|
313 |
| - "./experimental-benchmark/react/test/*", |
314 |
| - "./experimental-benchmark/react/node_modules/*" |
| 326 | + "./experimental-benchmark/react/test/**/*.*", |
| 327 | + "./experimental-benchmark/react/node_modules/**/*.*" |
315 | 328 | ]
|
316 | 329 |
|
317 | 330 | // cannot install dependencies
|
|
0 commit comments