1
1
{
2
- "target-root-directory" : " ./benchmark/express " ,
2
+ "target-root-directory" : " ./benchmark/lodash " ,
3
3
"target-include" : [
4
- " ./benchmark/express/lib/response.js"
5
- ],
4
+ " ./benchmark/lodash/hasPath.js"
5
+ ],
6
+ "target-exclude" : [],
6
7
"analysis-include" : [
7
- " ./benchmark/express/lib /**/*.js"
8
+ " ./benchmark/lodash /**/*.js"
8
9
],
9
10
"analysis-exclude" : [
10
11
" ./**/test.js" ,
11
12
" ./**/*.test.js" ,
12
13
" ./**/test/**/*.*" ,
13
14
" ./**/node_modules/**/*.*"
14
15
],
16
+
17
+ "test-splitting" : false ,
18
+ "test-minimization" : false ,
19
+ "de-duplication" : false ,
20
+ "meta-comments" : true ,
21
+ "assertions" : true ,
22
+ "exception-objectives" : true ,
23
+
24
+ "incorporate-execution-information" : true ,
25
+ "type-inference-mode" : " proportional" ,
26
+ "random-type-probability" : 0.1 ,
27
+
15
28
"crossover" : " javascript-tree" ,
16
29
"sampler" : " javascript-random" ,
17
30
"termination-triggers" : [
18
31
],
32
+
19
33
"preset" : " DynaMOSA" ,
34
+ "total-time" : 180 ,
35
+
20
36
"modules" : [
21
37
" @syntest/javascript" ,
22
38
" @syntest/plugin-metric-middleware-file-writer" ,
23
39
" @syntest/plugin-metric-middleware-statistics"
24
40
],
41
+
25
42
"console-log-level" : " warn" ,
26
43
"file-log-level" : [
27
44
" info" ,
28
45
" warn" ,
29
46
" error" ,
30
47
" debug"
31
48
],
49
+
32
50
"metric-middleware-pipeline" : [" metric-middleware-statistics" , " metric-middleware-file-writer" ],
33
- "output-metrics" : [" *" ],
34
- "total-time" : 180
51
+ "output-metrics" : [" *" ]
35
52
}
0 commit comments