Skip to content

Commit 8ca42c1

Browse files
author
Rustam Sadykov
committed
update documentation
1 parent 5fe1ca4 commit 8ca42c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/NightStatisticsMonitoring.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ Thus, we will do it every night when no one makes changes.
1515
Collecting statistics StatisticsMonitoring.kt based on ContestEstimator.kt
1616
that runs testcase generation on projects, then compile generated tests.
1717
We run it several times. Input arguments: `<output json>`.
18+
Output stats format: json, array of object with statistics after each running try.
1819

1920
More about statistic: Statistics.kt.
2021

21-
More about monitoring settings: MonitoringSettings.kt
22+
More about monitoring settings: MonitoringSettings.kt.
2223

2324
Example input:
2425
```
@@ -88,6 +89,8 @@ Then history updates by aggregated statistics and rendered into 2 pictures:
8889

8990
Script: draw_stats_graphs.py.
9091
Input arguments: `<history file> <new stats file> <output coverage graph> <output quantitative graph>`.
92+
We use our repository as database for statistics history.
93+
History format file: json, array of objects with collected statistics.
9194

9295
Example input:
9396
```

0 commit comments

Comments
 (0)