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
Copy file name to clipboardExpand all lines: docs/OverallArchitecture.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -129,12 +129,12 @@ TODO (Nikita Stroganov)
129
129
TODO (Nikita Stroganov)
130
130
131
131
### Contest estimator
132
-
The main responsibility of Contest estimator is running UTBot on prepared projects in advance and providing some statistics such as instruction coverage.
132
+
Contest estimator runs UnitTestBot on the provided projects and returns the generation statistics such as instruction coverage.
133
133
134
-
It is placed in [utbot-junit-contest][contest estimator 1] module and has several entry points:
135
-
-[ContestEstimator.kt][contest estimator 2]- the main entry point of Contest estimator, it runs UTBot on specified projects, calculates some statistics for target classes and projects and outputs them in a console.
136
-
-[StatisticsMonitoring.kt][contest estimator 3]- an additional entry point of Contest estimator which does the same as the previous one, but can be configured from a file and dumps output statistics to a file.
137
-
It is used to [monitor and chart][contest estimator 4] statistics every night.
134
+
Contest estimator is placed in the [utbot-junit-contest][contest estimator 1] module and has two entry points:
135
+
-[ContestEstimator.kt][contest estimator 2]is the main entry point. It runs UnitTestBot on the specified projects, calculates statistics for the target classes and projects, and outputs them to a console.
136
+
-[StatisticsMonitoring.kt][contest estimator 3]is an additional entry point, which does the same as the previous one but can be configured from a file and dumps the resulting statistics to a file.
137
+
It is used to [monitor and chart][contest estimator 4] statistics nightly.
The main responsibility of Contest estimator is running UTBot on prepared projects in advance and providing some statistics such as instruction coverage.
3
+
Contest estimator runs UnitTestBot on the provided projects and returns the generation statistics such as instruction coverage.
4
4
5
-
There are several entry points:
6
-
-[ContestEstimator.kt][ep 1]- the main entry point of Contest estimator, it runs UTBot on specified projects, calculates some statistics for target classes and projects and outputs them in a console.
7
-
-[StatisticsMonitoring.kt][ep 2]- an additional entry point of Contest estimator which does the same as the previous one, but can be configured from a file and dumps output statistics to a file.
8
-
It is used to [monitor and chart][monitoring] statistics every night.
5
+
There are two entry points:
6
+
-[ContestEstimator.kt][ep 1]is the main entry point. It runs UnitTestBot on the specified projects, calculates statistics for the target classes and projects, and outputs them to a console.
7
+
-[StatisticsMonitoring.kt][ep 2]is an additional entry point, which does the same as the previous one but can be configured from a file and dumps the resulting statistics to a file.
8
+
It is used to [monitor and chart][monitoring] statistics nightly.
0 commit comments