Skip to content

Commit d02f8c0

Browse files
committed
docs: results update
1 parent 6b05b21 commit d02f8c0

1 file changed

Lines changed: 32 additions & 31 deletions

File tree

INSTALL.md

Lines changed: 32 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -75,47 +75,48 @@ The example file content shown below should match your results when running the
7575

7676
- The [speed statistics](results/validation/current/speedstatistics.txt) contain information about the total runtime, median runtime, mean runtime, and more:
7777
```
78-
#Commits: 14527
79-
Total commit process time is: 12.427866666666667min
80-
Fastest commit process time is: df4a1fa9c5cc5d54a9347a2bf4843cae87a942f1___xorg-server___0ms
81-
Slowest commit process time is: 9838b7032ea9792bec21af424c53c07078636d21___xorg-server___14578ms
82-
Median commit process time is: 6dc71f6b2c7ff49adb504426b4cd206e4745e1e3___xorg-server___19ms
83-
Average commit process time is: 51.330075032697735ms
78+
#Commits: 24701
79+
Total commit process time is: 14.065916666666668min
80+
Fastest commit process time is: d86e352859e797f6792d6013054435ae0538ef6d___xfig___0ms
81+
Slowest commit process time is: 9838b7032ea9792bec21af424c53c07078636d21___xorg-server___7996ms
82+
Median commit process time is: f77ffeb9b26f49ef66f77929848f2ac9486f1081___tcl___13ms
83+
Average commit process time is: 34.166835350795516ms
8484
```
8585
- The [classification results](results/validation/current/ultimateresult.metadata.txt) contain information about how often each pattern was matched, and more.
8686
```
8787
repository: <NONE>
88-
total commits: 18046
89-
filtered commits: 593
88+
total commits: 42323
89+
filtered commits: 7425
9090
failed commits: 0
91-
empty commits: 2926
92-
processed commits: 14527
93-
tree diffs: 55008
94-
fastestCommit: df4a1fa9c5cc5d54a9347a2bf4843cae87a942f1___xorg-server___0ms
95-
slowestCommit: 9838b7032ea9792bec21af424c53c07078636d21___xorg-server___14578ms
96-
runtime in seconds: 747.5400000000001
97-
runtime with multithreading in seconds: 137.22
98-
treeformat: diff.difftree.serialize.treeformat.CommitDiffDiffTreeLabelFormat
99-
nodeformat: mining.formats.ReleaseMiningDiffNodeFormat
100-
edgeformat: mining.formats.DirectedEdgeLabelFormat with mining.formats.ReleaseMiningDiffNodeFormat
101-
analysis: mining.strategies.PatternValidation
91+
empty commits: 10197
92+
processed commits: 24701
93+
tree diffs: 80751
94+
fastestCommit: 518e205b06d0dc7a0cd35fbc2c6a4376f2959020___xorg-server___0ms
95+
slowestCommit: 9838b7032ea9792bec21af424c53c07078636d21___xorg-server___7996ms
96+
runtime in seconds: 853.9739999999999
97+
runtime with multithreading in seconds: 144.549
98+
treeformat: org.variantsync.diffdetective.diff.difftree.serialize.treeformat.CommitDiffDiffTreeLabelFormat
99+
nodeformat: org.variantsync.diffdetective.mining.formats.ReleaseMiningDiffNodeFormat
100+
edgeformat: org.variantsync.diffdetective.mining.formats.DirectedEdgeLabelFormat with org.variantsync.diffdetective.mining.formats.ReleaseMiningDiffNodeFormat
101+
analysis: org.variantsync.diffdetective.validation.PatternValidationTask
102102
#NON nodes: 0
103103
#ADD nodes: 0
104104
#REM nodes: 0
105-
filtered because not (is not empty): 132
106-
AddToPC: { total = 260536; commits = 12703 }
107-
AddWithMapping: { total = 27720; commits = 1447 }
108-
RemFromPC: { total = 235017; commits = 11830 }
109-
RemWithMapping: { total = 15381; commits = 1361 }
110-
Specialization: { total = 4662; commits = 624 }
111-
Generalization: { total = 7397; commits = 564 }
112-
Reconfiguration: { total = 2231; commits = 258 }
113-
Refactoring: { total = 5769; commits = 921 }
105+
filtered because not (is not empty): 212
106+
AddToPC: { total = 443451; commits = 22470 }
107+
AddWithMapping: { total = 51036; commits = 2971 }
108+
RemFromPC: { total = 406809; commits = 21384 }
109+
RemWithMapping: { total = 36622; commits = 2373 }
110+
Specialization: { total = 7949; commits = 1251 }
111+
Generalization: { total = 11057; commits = 955 }
112+
Reconfiguration: { total = 3186; commits = 381 }
113+
Refactoring: { total = 4862; commits = 504 }
114114
Untouched: { total = 0; commits = 0 }
115+
#Error[conditional macro without expression]: 2
115116
#Error[#else after #else]: 2
116-
#Error[#endif without #if]: 8
117-
#Error[#else or #elif without #if]: 9
118-
#Error[not all annotations closed]: 6
117+
#Error[#else or #elif without #if]: 11
118+
#Error[#endif without #if]: 12
119+
#Error[not all annotations closed]: 8
119120
```
120121

121122
Moreover, the results comprise the (LaTeX) tables that are part of our paper and appendix.

0 commit comments

Comments
 (0)