You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are monitoring configuration files for each project in `project/<project name>/monitoring.properties`.
6
+
7
+
### Monitoring configure
8
+
The file `monitoring.properties` is passed as a java property `-Dutbot.monitoring.settings.path`. It configures `org.utbot.monitoring.MonitoringSettings` class.
9
+
10
+
#### Properties description:
11
+
-`project` is a name of project that will be run in monitoring.
12
+
-`classTimeoutSeconds` is a unit-test generation timeout for one class.
13
+
-`runTimeoutMinutes` is a timeout for one whole run of the project.
14
+
-`fuzzingRatios` is a list of numbers that configure the ratio of fuzzing time to total generation time.
15
+
16
+
## Which project can be run?
17
+
18
+
### Prerequisites
19
+
20
+
Firstly, you should read [this](../utbot-junit-contest/README.md) paper about available projects and how to extend them.
21
+
22
+
### How to add projects to monitoring
23
+
24
+
To add a project to monitoring you should create a folder with a project name and create a file `monitoring.properties` with needed configurations.
0 commit comments