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: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,17 @@
3
3
This artifact comprises the files and data to reproduce our evaluation of various patchers, including mpatch.
4
4
5
5
## Content
6
-
Our sample of GitHub repositories and our dataset of mined patch scenarios is located in the [data](evaluation-workdir/data) directory of the evaluation's working directory.
6
+
Our sample of GitHub repositories and our dataset of mined patch scenarios is located in the _evaluation-workdir/data_ directory of the evaluation's working directory.
7
7
The sample and dataset are compressed as zip archives that have to be unpacked before they can be used.
8
8
9
-
Our implementation of mpatch was written in Rust and can be found under [mpatch](mpatch). In its [README](mpatch/README.md), you can also find instructions on
9
+
Our implementation of mpatch was written in Rust and can be found under _mpatch_. In its _mpatch/README.md_, you can also find instructions on
10
10
how to generate the documentation for mpatch.
11
11
12
-
The implementation of our evaluation setup can be found in the Java and Kotlin sources in the [src](src/main) folder.
13
-
The main file of the evaluation is [PatcherEvaluationMain.kt](src/main/kotlin/org/variantsync/evaluation/PatcherEvaluationMain.kt).
12
+
The implementation of our evaluation setup can be found in the Java and Kotlin sources in the _src/main_ folder.
13
+
The main file of the evaluation is _src/main/kotlin/org/anon/evaluation/PatcherEvaluationMain.kt_.
14
14
15
-
Our scripts for applying the various metrics to the different patchers and analyzing the statistics can be found under [src/main/python](src/main/python/result_analysis).
16
-
The raw results of our evaluation are archived under [evaluation-workdir/results](evaluation-workdir/results)
15
+
Our scripts for applying the various metrics to the different patchers and analyzing the statistics can be found under _src/main/python/result_analysis_.
16
+
The raw results of our evaluation are archived under _evaluation-workdir/results_
17
17
18
18
## Results without outliers
19
19
In our paper, we mention that we re-analyzed our results after excluding outliers.
0 commit comments