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