Skip to content

Commit fe8234c

Browse files
chore: update readme
1 parent 13fed0f commit fe8234c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
This artifact comprises the files and data to reproduce our evaluation of various patchers, including mpatch.
44

55
## 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.
77
The sample and dataset are compressed as zip archives that have to be unpacked before they can be used.
88

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
1010
how to generate the documentation for mpatch.
1111

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_.
1414

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_
1717

1818
## Results without outliers
1919
In our paper, we mention that we re-analyzed our results after excluding outliers.

0 commit comments

Comments
 (0)